Home
last modified time | relevance | path

Searched refs:LLVMStructTypeInContext (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_jit.c71 texture_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
133 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c71 texture_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
133 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type()
168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_context_type()
207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_buffer_type()
244 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_header()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_llvm.c94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type()
168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_context_type()
207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_buffer_type()
244 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_header()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c341 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type()
348 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
/external/llvm/include/llvm-c/
DCore.h942 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
/external/llvm/lib/IR/
DCore.cpp414 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function
422 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()