/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.c | 70 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_vec_type() local 85 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type) in lp_check_elem_type() 158 LLVMTypeRef elem_type = LLVMGetElementType(vec_type); in lp_check_vec_type() local 189 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_int_vec_type() local
|
D | lp_bld_const.c | 247 LLVMTypeRef elem_type; in lp_build_one() local 298 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_const_elem() local 338 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_const_int_vec() local 391 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_const_mask_aos() local
|
D | lp_bld_logic.c | 471 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos() local
|
D | lp_bld_type.h | 151 LLVMTypeRef elem_type; member
|
D | lp_bld_intr.c | 346 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); in lp_build_intrinsic_binary_anylength() local
|
D | lp_bld_swizzle.c | 171 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | in_class_typedef.hpp | 4 typedef T elem_type; typedef in Foo
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | constant.h | 107 auto* elem_type = ElementType(); in WithScalarAt() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_memcpy.c | 99 const struct glsl_type *elem_type = glsl_get_array_element(type); in type_is_tightly_packed() local
|
D | nir_lower_readonly_images_to_tex.c | 31 const struct glsl_type *elem_type = in get_texture_type_for_image() local
|
D | nir_validate.c | 1485 const struct glsl_type *elem_type = glsl_get_struct_field(type, i); in validate_constant() local 1489 const struct glsl_type *elem_type = glsl_get_array_element(type); in validate_constant() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver_constants.cc | 70 auto* elem_type = vec ? vec->type() : type; in EvaluateConstantValue() local
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 48 const struct glsl_type *elem_type = glsl_get_struct_field(type, i); in glsl_type_count_function_params() local 67 const struct glsl_type *elem_type = glsl_get_array_element(type); in glsl_type_add_to_function_params() local 74 const struct glsl_type *elem_type = glsl_get_struct_field(type, i); in glsl_type_add_to_function_params() local
|
D | spirv_to_nir.c | 213 const struct glsl_type *elem_type = glsl_get_array_element(type); in vtn_undef_ssa_value() local 219 const struct glsl_type *elem_type = glsl_get_struct_field(type, i); in vtn_undef_ssa_value() local 255 const struct glsl_type *elem_type = glsl_get_array_element(type); in vtn_const_ssa_value() local 263 const struct glsl_type *elem_type = glsl_get_struct_field(type, i); in vtn_const_ssa_value() local 920 const struct glsl_type *elem_type = in vtn_type_get_nir_type() local 2577 const struct glsl_type *elem_type = glsl_get_array_element(type); in vtn_create_ssa_value() local 2583 const struct glsl_type *elem_type = glsl_get_struct_field(type, i); in vtn_create_ssa_value() local 5713 const struct glsl_type *elem_type = glsl_get_array_element(value.glsl_type); in ray_query_load_intrinsic_create() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 49 auto elem_type = _.FindDef(type->word(2)); in IsAllowedTypeOrArrayOfSame() local 174 Instruction* elem_type; in ContainsInvalidBool() local 205 Instruction* elem_type; in ContainsCooperativeMatrix() local
|
D | validate_type.cpp | 312 Instruction* elem_type; in ContainsOpaqueType() local
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_memory.cpp | 49 auto elem_type = _.FindDef(type->word(2)); in IsAllowedTypeOrArrayOfSame() local 174 Instruction* elem_type; in ContainsInvalidBool() local 205 Instruction* elem_type; in ContainsCooperativeMatrix() local
|
D | validate_type.cpp | 312 Instruction* elem_type; in ContainsOpaqueType() local
|
/third_party/spirv-tools/source/val/ |
D | validate_memory.cpp | 49 auto elem_type = _.FindDef(type->word(2)); in IsAllowedTypeOrArrayOfSame() local 172 Instruction* elem_type; in ContainsInvalidBool() local 203 Instruction* elem_type; in ContainsCooperativeMatrix() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 196 load_casted(LLVMBuilderRef builder, LLVMTypeRef elem_type, LLVMValueRef ptr, const char *name) { in load_casted() 203 LLVMTypeRef elem_type, LLVMValueRef ptr, LLVMValueRef index, const char *name) { in indexed_load()
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.cpp | 2272 const glsl_type *elem_type = in get_explicit_std140_type() local 2502 const struct glsl_type *elem_type; in explicit_size() local 2630 const glsl_type *elem_type = in get_explicit_std430_type() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl_convert_type_test.cc | 374 auto* elem_type = arr_type->type; in TEST_F() local 452 auto* elem_type = arr_type->type; in TEST_F() local
|
/third_party/spirv-tools/source/opt/ |
D | interface_var_sroa.cpp | 782 analysis::Type* elem_type = context()->get_type_mgr()->GetType(elem_type_id); in GetArrayType() local 806 Instruction* elem_type = GetArrayElementType(def_use_mgr, interface_var_type); in CreateScalarInterfaceVarsForArray() local
|
/third_party/node/deps/v8/third_party/wasm-api/ |
D | wasm.hh | 58 using elem_type = T; typedef in wasm::vec
|
/third_party/ffmpeg/libavcodec/ |
D | aacdec_template.c | 2527 ChannelElement *che, enum RawDataBlockType elem_type) 3182 const int elem_type = aac_channel_layout_map[chan_config-1][i][0]; local 3229 enum RawDataBlockType elem_type, che_prev_type = TYPE_END; local
|