Home
last modified time | relevance | path

Searched defs:base_type (Results 1 - 25 of 75) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/inspector/
H A Dresource_binding.cc50 ResourceBinding::SampledKind BaseTypeToSampledKind(const sem::Type* base_type) { in BaseTypeToSampledKind() argument
[all...]
H A Dtest_inspector_builder.cc227 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument
246 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& array_index, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument
269 MakeComparisonSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& depth_name, const ast::Type* base_type, ast::DecorationList decorations) MakeComparisonSamplerReferenceBodyFunction() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_enums.c57 enum glsl_base_type base_type = glsl_get_base_type(type); in dxil_get_comp_type() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A 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); BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); BitwisePass() local
[all...]
H A 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/
H A 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); BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); BitwisePass() local
[all...]
H A Dvalidate_constants.cpp316 auto base_type = _.FindDef(instruction[2]); in IsTypeNullable() local
/third_party/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp73 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
27 ValidateBaseType(ValidationState_t& _, const Instruction* inst, const uint32_t base_type) ValidateBaseType() argument
143 const uint32_t base_type = _.GetOperandTypeId(inst, 2); BitwisePass() local
171 const uint32_t base_type = _.GetOperandTypeId(inst, 2); BitwisePass() local
192 const uint32_t base_type = _.GetOperandTypeId(inst, 2); BitwisePass() local
207 const uint32_t base_type = _.GetOperandTypeId(inst, 2); BitwisePass() local
[all...]
H A Dvalidate_constants.cpp316 auto base_type = _.FindDef(instruction[2]); in IsTypeNullable() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cf.c144 type_t base_type = ir3_output_conv_type(src, &can_fold); in try_conversion_folding() local
/third_party/mesa3d/src/compiler/glsl/
H A 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/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c357 enum glsl_base_type base_type = in lvp_lower_pipeline_layout() local
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_nir.c155 enum glsl_base_type base_type; in lower_load_kernel_input() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c118 enum glsl_base_type base_type = glsl_get_base_type(column); in collect_varyings() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_memory_test.cpp3638 CodeGenerator GetSizedLoadStoreCodeGenerator(const std::string& base_type, in GetSizedLoadStoreCodeGenerator() argument
3703 std::string base_type = std::get<0>(GetParam()); in TEST_P() local
3736 std::string base_type = std::get<0>(GetParam()); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_memory_test.cpp3638 CodeGenerator GetSizedLoadStoreCodeGenerator(const std::string& base_type, in GetSizedLoadStoreCodeGenerator() argument
3703 std::string base_type = std::get<0>(GetParam()); in TEST_P() local
3736 std::string base_type = std::get<0>(GetParam()); in TEST_P() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_swizzle.hpp153 typedef _swizzle_base2<N, T, P, vecType, E0, E1, E2, E3, (E0 == E1 || E0 == E2 || E0 == E3 || E1 == E2 || E1 == E3 || E2 == E3)> base_type; typedef
/third_party/spirv-tools/test/val/
H A Dval_memory_test.cpp4130 CodeGenerator GetSizedLoadStoreCodeGenerator(const std::string& base_type, in GetSizedLoadStoreCodeGenerator() argument
4195 std::string base_type = std::get<0>(GetParam()); in TEST_P() local
4228 std::string base_type = std::get<0>(GetParam()); in TEST_P() local
/third_party/mesa3d/src/compiler/nir/
H A 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/gallium/auxiliary/nir/
H A 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/vulkan/
H A Dpanvk_vX_meta_clear.c297 enum glsl_base_type base_type = panvk_meta_get_format_type(att->format); in panvk_meta_clear_attachment() local
35 panvk_meta_clear_color_attachment_shader(struct panfrost_device *pdev, struct pan_pool *bin_pool, enum glsl_base_type base_type, struct pan_shader_info *shader_info) panvk_meta_clear_color_attachment_shader() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Ddissect.c257 static struct symbol *base_type(struc function
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcallback.h348 typedef typename std::remove_reference<T>::type base_type; typedef
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c157 vtn_mediump_downconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_ssa_def *def) in vtn_mediump_downconvert() argument
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() argument
583 enum glsl_base_type base_type = glsl_get_base_type(value->type); in vtn_mediump_upconvert_value() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp475 const Instruction* base_type = GetDef(base_inst->type_id()); in ClampIndicesForAccessChain() local

Completed in 28 milliseconds

123