Searched refs:LLVMStructTypeInContext (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 66 texture_type = LLVMStructTypeInContext(lc, elem_types, in create_jit_texture_type() 120 sampler_type = LLVMStructTypeInContext(lc, elem_types, in create_jit_sampler_type() 158 image_type = LLVMStructTypeInContext(lc, elem_types, in create_jit_image_type() 202 viewport_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 246 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 313 thread_data_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 360 linear_context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 436 thread_data_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_cs_types() 468 cs_context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_cs_types()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format.c | 70 s = LLVMStructTypeInContext(gallivm->context, elem_types, in lp_build_format_cache_type()
|
D | lp_bld_arit_overflow.c | 89 otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, FALSE); in build_binary_int_overflow()
|
D | lp_bld_sample_soa.c | 4197 ret_type = LLVMStructTypeInContext(gallivm->context, val_type, 4, 0); in lp_build_sample_soa_func() 4846 LLVMStructTypeInContext(gallivm->context, val_type, 4, 0); in lp_build_sample_array_init_soa()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 126 dvbuffer_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_dvbuffer_type() 165 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type() 226 sampler_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_sampler_type() 272 image_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_image_type() 331 …LLVMTypeRef context_type = LLVMStructTypeInContext(gallivm->context, elem_types, ARRAY_SIZE(elem_t… in create_jit_context_type() 404 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_gs_jit_context_type() 476 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_buffer_type() 512 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_header() 578 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_tcs_jit_context_type() 679 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_tes_jit_context_type()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm.c | 146 ret_type = LLVMStructTypeInContext(ctx->ac.context, return_types, num_return_elems, true); in si_llvm_create_func()
|
D | gfx10_shader_ngg.c | 1762 LLVMTypeRef type = LLVMStructTypeInContext(ctx->ac.context, elements, 2, false); in ngg_gs_get_vertex_storage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1273 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 670 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function 678 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 270 ret_type = LLVMStructTypeInContext(ctx->context, types, 2, true); in emit_uint_carry() 5153 return LLVMStructTypeInContext(ac->context, member_types, glsl_get_length(type), false); in glsl_to_llvm_type()
|
D | ac_llvm_build.c | 2182 data_type = LLVMStructTypeInContext( in ac_build_image_opcode()
|