Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c58 viewport_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
86 texture_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
129 sampler_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
168 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
218 thread_data_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format.c52 s = LLVMStructTypeInContext(gallivm->context, elem_types, in lp_build_format_cache_type()
Dlp_bld_arit_overflow.c89 otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, FALSE); in build_binary_int_overflow()
Dlp_bld_sample_soa.c3314 ret_type = LLVMStructTypeInContext(gallivm->context, val_type, 4, 0); in lp_build_sample_soa_func()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c98 dvbuffer_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_dvbuffer_type()
135 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type()
189 sampler_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_sampler_type()
237 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_context_type()
296 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_gs_jit_context_type()
360 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_buffer_type()
392 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_header()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c284 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type()
291 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
/external/llvm/tools/llvm-c-test/
Decho.cpp125 S = LLVMStructTypeInContext(Ctx, Elts.data(), EltCount, in Clone()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c388 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type()
395 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp293 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function
301 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1378 ret_type = LLVMStructTypeInContext(ctx->gallivm.context, in si_llvm_create_func()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h407 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
/external/llvm/include/llvm-c/
DCore.h992 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
/external/llvm/lib/IR/
DCore.cpp507 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function
515 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c209 ret_type = LLVMStructTypeInContext(ctx, return_types, in create_llvm_function()
909 ret_type = LLVMStructTypeInContext(ctx->context, types, in emit_uint_carry()
/external/llvm/bindings/go/llvm/
Dir.go554 t.C = C.LLVMStructTypeInContext(c.C,