Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c66 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/
Dlp_bld_format.c70 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.c4197 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/
Ddraw_llvm.c126 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/
Dsi_shader_llvm.c146 ret_type = LLVMStructTypeInContext(ctx->ac.context, return_types, num_return_elems, true); in si_llvm_create_func()
Dgfx10_shader_ngg.c1762 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/
DCore.h1273 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp670 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function
678 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c270 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()
Dac_llvm_build.c2182 data_type = LLVMStructTypeInContext( in ac_build_image_opcode()