/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_jit.c | 71 texture_type = LLVMStructTypeInContext(lc, elem_types, 133 context_type = LLVMStructTypeInContext(lc, elem_types,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_jit.c | 71 texture_type = LLVMStructTypeInContext(lc, elem_types, 133 context_type = LLVMStructTypeInContext(lc, elem_types,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_llvm.c | 94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, 168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, 207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, 244 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, 168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, 207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, 244 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm_ocaml.c | 341 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, 348 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, [all...] |
/external/llvm/include/llvm-c/ |
Core.h | 942 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, [all...] |
/external/llvm/lib/IR/ |
Core.cpp | 414 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, 422 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, [all...] |