Home
last modified time | relevance | path

Searched defs:base_type (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp28 const uint32_t base_type) { in ValidateBaseType()
73 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
143 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
171 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
192 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
207 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
Dvalidate_memory.cpp1045 auto base_type = _.FindDef(base_ptr->GetOperandAs<uint32_t>(0)); in ValidateStore() local
1301 const auto base_type = _.FindDef(base->type_id()); in ValidateAccessChain() local
1448 const auto base_type = _.FindDef(base->type_id()); in ValidatePtrAccessChain() local
Dvalidate_constants.cpp316 auto base_type = _.FindDef(instruction[2]); in IsTypeNullable() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
Dvalidate_constants.cpp316 auto base_type = _.FindDef(instruction[2]); in IsTypeNullable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
Dvalidate_constants.cpp316 auto base_type = _.FindDef(instruction[2]); in IsTypeNullable() local
/third_party/python/Lib/importlib/metadata/
D_itertools.py23 def always_iterable(obj, base_type=(str, bytes)): argument
/third_party/skia/third_party/externals/tint/src/inspector/
Dresource_binding.cc50 ResourceBinding::SampledKind BaseTypeToSampledKind(const sem::Type* base_type) { in BaseTypeToSampledKind()
Dtest_inspector_builder.cc232 const ast::Type* base_type, in MakeSamplerReferenceBodyFunction()
252 const ast::Type* base_type, in MakeSamplerReferenceBodyFunction()
275 const ast::Type* base_type, in MakeComparisonSamplerReferenceBodyFunction()
/third_party/spirv-tools/source/opt/
Dinstruction.cpp284 Instruction* base_type = in IsVulkanStorageImage() local
319 Instruction* base_type = in IsVulkanSampledImage() local
354 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
385 Instruction* base_type = in IsVulkanStorageBuffer() local
444 Instruction* base_type = in IsVulkanUniformBuffer() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp277 Instruction* base_type = in IsVulkanStorageImage() local
311 Instruction* base_type = in IsVulkanSampledImage() local
345 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
375 Instruction* base_type = in IsVulkanStorageBuffer() local
433 Instruction* base_type = in IsVulkanUniformBuffer() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp277 Instruction* base_type = in IsVulkanStorageImage() local
311 Instruction* base_type = in IsVulkanSampledImage() local
345 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
375 Instruction* base_type = in IsVulkanStorageBuffer() local
433 Instruction* base_type = in IsVulkanUniformBuffer() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c57 enum glsl_base_type base_type = glsl_get_base_type(type); in dxil_get_comp_type() local
/third_party/mesa3d/src/compiler/
Dnir_types.cpp616 glsl_scalar_type(enum glsl_base_type base_type) in glsl_scalar_type()
622 glsl_vector_type(enum glsl_base_type base_type, unsigned components) in glsl_vector_type()
630 glsl_matrix_type(enum glsl_base_type base_type, unsigned rows, unsigned columns) in glsl_matrix_type()
692 enum glsl_base_type base_type) in glsl_sampler_type()
711 enum glsl_base_type base_type) in glsl_texture_type()
718 enum glsl_base_type base_type) in glsl_image_type()
960 glsl_type_count(const glsl_type *type, glsl_base_type base_type) in glsl_type_count()
Dglsl_types.cpp47 glsl_base_type base_type, unsigned vector_elements, in glsl_type()
84 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, in glsl_type()
1845 const glsl_type *base_type = st->fields.array; in struct_location_offset() local
3046 unsigned base_type:5; member
3054 unsigned base_type:5; member
3062 unsigned base_type:5; member
3067 unsigned base_type:5; member
3225 glsl_base_type base_type = (glsl_base_type)encoded.basic.base_type; in decode_type_from_blob() local
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_initializers.c118 const enum glsl_base_type base_type = glsl_get_base_type(type); in copy_constant_to_storage() local
222 const enum glsl_base_type base_type = glsl_get_base_type(element_type); in set_uniform_initializer() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cf.c144 type_t base_type = ir3_output_conv_type(src, &can_fold); in try_conversion_folding() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c157 vtn_mediump_downconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_ssa_def *def) in vtn_mediump_downconvert()
189 enum glsl_base_type base_type = glsl_get_base_type(src->type); in vtn_mediump_downconvert_value() local
563 vtn_mediump_upconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_ssa_def *def) in vtn_mediump_upconvert()
583 enum glsl_base_type base_type = glsl_get_base_type(value->type); in vtn_mediump_upconvert_value() local
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c335 enum glsl_base_type base_type = in scan_instruction() local
528 enum glsl_base_type base_type = in nir_tgsi_scan_shader() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c118 enum glsl_base_type base_type = glsl_get_base_type(column); in collect_varyings() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu.c140 nir_alu_type base_type = nir_op_infos[instr->op].output_type; in lower_alu_instr() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_clear.c37 enum glsl_base_type base_type, in panvk_meta_clear_color_attachment_shader()
297 enum glsl_base_type base_type = panvk_meta_get_format_type(att->format); in panvk_meta_clear_attachment() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h435 typedef OnDiskChainedHashTable<Info> base_type; typedef
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() function
/third_party/mesa3d/src/microsoft/clc/
Dclc_nir.c155 enum glsl_base_type base_type; in lower_load_kernel_input() local

1234