Home
last modified time | relevance | path

Searched defs:elem_type (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c70 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
Dlp_bld_const.c247 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
Dlp_bld_logic.c471 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos() local
Dlp_bld_type.h151 LLVMTypeRef elem_type; member
Dlp_bld_intr.c346 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); in lp_build_intrinsic_binary_anylength() local
Dlp_bld_swizzle.c171 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Din_class_typedef.hpp4 typedef T elem_type; typedef in Foo
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.h107 auto* elem_type = ElementType(); in WithScalarAt() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c99 const struct glsl_type *elem_type = glsl_get_array_element(type); in type_is_tightly_packed() local
Dnir_lower_readonly_images_to_tex.c31 const struct glsl_type *elem_type = in get_texture_type_for_image() local
Dnir_validate.c1485 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/
Dresolver_constants.cc70 auto* elem_type = vec ? vec->type() : type; in EvaluateConstantValue() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c48 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
Dspirv_to_nir.c213 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/
Dvalidate_memory.cpp49 auto elem_type = _.FindDef(type->word(2)); in IsAllowedTypeOrArrayOfSame() local
174 Instruction* elem_type; in ContainsInvalidBool() local
205 Instruction* elem_type; in ContainsCooperativeMatrix() local
Dvalidate_type.cpp312 Instruction* elem_type; in ContainsOpaqueType() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp49 auto elem_type = _.FindDef(type->word(2)); in IsAllowedTypeOrArrayOfSame() local
174 Instruction* elem_type; in ContainsInvalidBool() local
205 Instruction* elem_type; in ContainsCooperativeMatrix() local
Dvalidate_type.cpp312 Instruction* elem_type; in ContainsOpaqueType() local
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp49 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/
Dlp_bld_interp.c196 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/
Dglsl_types.cpp2272 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/
Dparser_impl_convert_type_test.cc374 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/
Dinterface_var_sroa.cpp782 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/
Dwasm.hh58 using elem_type = T; typedef in wasm::vec
/third_party/ffmpeg/libavcodec/
Daacdec_template.c2527 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

12