Searched refs:elem_types (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.c | 50 LLVMTypeRef elem_types[LP_JIT_TEXTURE_NUM_FIELDS]; in create_jit_texture_type() local 53 elem_types[LP_JIT_TEXTURE_WIDTH] = in create_jit_texture_type() 54 elem_types[LP_JIT_TEXTURE_HEIGHT] = in create_jit_texture_type() 55 elem_types[LP_JIT_TEXTURE_DEPTH] = in create_jit_texture_type() 56 elem_types[LP_JIT_TEXTURE_NUM_SAMPLES] = in create_jit_texture_type() 57 elem_types[LP_JIT_TEXTURE_SAMPLE_STRIDE] = in create_jit_texture_type() 58 elem_types[LP_JIT_TEXTURE_FIRST_LEVEL] = in create_jit_texture_type() 59 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc); in create_jit_texture_type() 60 elem_types[LP_JIT_TEXTURE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in create_jit_texture_type() 61 elem_types[LP_JIT_TEXTURE_ROW_STRID in create_jit_texture_type() 112 LLVMTypeRef elem_types[LP_JIT_SAMPLER_NUM_FIELDS]; create_jit_sampler_type() local 148 LLVMTypeRef elem_types[LP_JIT_IMAGE_NUM_FIELDS]; create_jit_image_type() local 197 LLVMTypeRef elem_types[LP_JIT_VIEWPORT_NUM_FIELDS]; lp_jit_create_types() local 221 LLVMTypeRef elem_types[LP_JIT_CTX_COUNT]; lp_jit_create_types() local 302 LLVMTypeRef elem_types[LP_JIT_THREAD_DATA_COUNT]; lp_jit_create_types() local 347 LLVMTypeRef elem_types[LP_JIT_LINEAR_CTX_COUNT]; lp_jit_create_types() local 429 LLVMTypeRef elem_types[LP_JIT_CS_THREAD_DATA_COUNT]; lp_jit_create_cs_types() local 444 LLVMTypeRef elem_types[LP_JIT_CS_CTX_COUNT]; lp_jit_create_cs_types() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format.c | 54 LLVMTypeRef elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_COUNT]; in lp_build_format_cache_type() local 60 elem_types[member] = lp_build_format_cache_member_type(gallivm, member); in lp_build_format_cache_type() 64 elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_ACCESS_TOTAL] = in lp_build_format_cache_type() 66 elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_ACCESS_MISS] = in lp_build_format_cache_type() 70 s = LLVMStructTypeInContext(gallivm->context, elem_types, in lp_build_format_cache_type()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 119 LLVMTypeRef elem_types[DRAW_JIT_DVBUFFER_NUM_FIELDS]; in create_jit_dvbuffer_type() local 122 elem_types[DRAW_JIT_DVBUFFER_MAP] = in create_jit_dvbuffer_type() 124 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type; in create_jit_dvbuffer_type() 126 dvbuffer_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_dvbuffer_type() 127 ARRAY_SIZE(elem_types), 0); in create_jit_dvbuffer_type() 148 LLVMTypeRef elem_types[DRAW_JIT_TEXTURE_NUM_FIELDS]; in create_jit_texture_type() local 151 elem_types[DRAW_JIT_TEXTURE_WIDTH] = in create_jit_texture_type() 152 elem_types[DRAW_JIT_TEXTURE_HEIGHT] = in create_jit_texture_type() 153 elem_types[DRAW_JIT_TEXTURE_DEPTH] = in create_jit_texture_type() 154 elem_types[DRAW_JIT_TEXTURE_NUM_SAMPLE in create_jit_texture_type() 217 LLVMTypeRef elem_types[DRAW_JIT_SAMPLER_NUM_FIELDS]; create_jit_sampler_type() local 259 LLVMTypeRef elem_types[DRAW_JIT_IMAGE_NUM_FIELDS]; create_jit_image_type() local 319 LLVMTypeRef elem_types[DRAW_JIT_CTX_NUM_FIELDS]; create_jit_context_type() local 376 LLVMTypeRef elem_types[DRAW_GS_JIT_CTX_NUM_FIELDS]; create_gs_jit_context_type() local 468 LLVMTypeRef elem_types[4]; create_jit_vertex_buffer_type() local 502 LLVMTypeRef elem_types[3]; create_jit_vertex_header() local 556 LLVMTypeRef elem_types[DRAW_TCS_JIT_CTX_NUM_FIELDS]; create_tcs_jit_context_type() local 657 LLVMTypeRef elem_types[DRAW_TCS_JIT_CTX_NUM_FIELDS]; create_tes_jit_context_type() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | sparse-llvm.c | 72 LLVMTypeRef elem_types[MAX_STRUCT_MEMBERS]; in sym_struct_type() local 90 elem_types[nr++] = member_type; in sym_struct_type() 93 LLVMStructSetBody(ret, elem_types, nr, 0 /* packed? */); in sym_struct_type()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 314 const struct dxil_type **elem_types,
|
H A D | dxil_module.c | 586 const struct dxil_type **elem_types, in dxil_module_get_struct_type() 603 !memcmp(type->struct_def.elem.types, elem_types, in dxil_module_get_struct_type() 622 memcpy(type->struct_def.elem.types, elem_types, in dxil_module_get_struct_type() 584 dxil_module_get_struct_type(struct dxil_module *m, const char *name, const struct dxil_type **elem_types, size_t num_elem_types) dxil_module_get_struct_type() argument
|
Completed in 12 milliseconds