Searched refs:op_info (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dmemory.cpp57 const void *op_info, cl_int *errcode_ret) try {
71 const cl_buffer_region *reg = (const cl_buffer_region *)op_info;
56 clCreateSubBuffer(cl_mem obj, cl_mem_flags flags, cl_buffer_create_type op, const void *op_info, cl_int *errcode_ret) argument
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1805 // op_info->Value and is at Offset past the start of the instruction and has a
1814 struct LLVMOpInfo1 *op_info = (struct LLVMOpInfo1 *)TagBuf; local
1815 uint64_t value = op_info->Value;
1818 memset((void *)op_info, '\0', sizeof(struct LLVMOpInfo1));
1819 op_info->Value = value;
1890 op_info->AddSymbol.Present = 1;
1891 op_info->AddSymbol.Name = name;
1893 // the offset from the symbol, and value is already set in op_info->Value.
1901 op_info->AddSymbol.Present = 1;
1903 op_info
[all...]

Completed in 94 milliseconds