Searched refs:elem_types (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
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_STRIDE] = in create_jit_texture_type() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format.c | 36 LLVMTypeRef elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_COUNT]; in lp_build_format_cache_type() local 39 elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_DATA] = in lp_build_format_cache_type() 42 elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_TAGS] = in lp_build_format_cache_type() 46 elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_ACCESS_TOTAL] = in lp_build_format_cache_type() 48 elem_types[LP_BUILD_FORMAT_CACHE_MEMBER_ACCESS_MISS] = in lp_build_format_cache_type() 52 s = LLVMStructTypeInContext(gallivm->context, elem_types, in lp_build_format_cache_type()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 120 LLVMTypeRef elem_types[DRAW_JIT_DVBUFFER_NUM_FIELDS]; in create_jit_dvbuffer_type() local 123 elem_types[DRAW_JIT_DVBUFFER_MAP] = in create_jit_dvbuffer_type() 125 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type; in create_jit_dvbuffer_type() 127 dvbuffer_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_dvbuffer_type() 128 ARRAY_SIZE(elem_types), 0); in create_jit_dvbuffer_type() 149 LLVMTypeRef elem_types[DRAW_JIT_TEXTURE_NUM_FIELDS]; in create_jit_texture_type() local 152 elem_types[DRAW_JIT_TEXTURE_WIDTH] = in create_jit_texture_type() 153 elem_types[DRAW_JIT_TEXTURE_HEIGHT] = in create_jit_texture_type() 154 elem_types[DRAW_JIT_TEXTURE_DEPTH] = in create_jit_texture_type() 155 elem_types[DRAW_JIT_TEXTURE_NUM_SAMPLES] = in create_jit_texture_type() [all …]
|
/third_party/mindspore/mindspore/explainer/explanation/_counterfactual/ |
D | hierarchical_occlusion.py | 775 def _check_iterable_type(arg_name, arg_value, container_type, elem_types): argument 779 check_value_type(arg_name + ' element', elem, elem_types)
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.h | 283 const struct dxil_type **elem_types,
|
D | dxil_module.c | 588 const struct dxil_type **elem_types, in dxil_module_get_struct_type() argument 605 !memcmp(type->struct_def.elem.types, elem_types, in dxil_module_get_struct_type() 624 memcpy(type->struct_def.elem.types, elem_types, in dxil_module_get_struct_type()
|
/third_party/ltp/tools/sparse/sparse-src/ |
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/mindspore/mindspore/ |
D | _checkparam.py | 530 elem_types = map(_check_type_valid, args.items()) 531 reduce(_check_types_same, elem_types)
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debug_graph.proto | 169 repeated TypeProto elem_types = 1; field
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | anf_ir.proto | 168 repeated TypeProto elem_types = 1; field
|