Home
last modified time | relevance | path

Searched refs:GetBaseType (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpass.cpp57 Instruction* Pass::GetBaseType(uint32_t ty_id) { in GetBaseType() function in spvtools::opt::Pass
71 Instruction* ty_inst = GetBaseType(ty_id); in IsFloat()
Dpass.h113 Instruction* GetBaseType(uint32_t ty_id);
/third_party/spirv-tools/source/opt/
Dpass.cpp57 Instruction* Pass::GetBaseType(uint32_t ty_id) { in GetBaseType() function in spvtools::opt::Pass
71 Instruction* ty_inst = GetBaseType(ty_id); in IsFloat()
Dpass.h120 Instruction* GetBaseType(uint32_t ty_id);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.cpp57 Instruction* Pass::GetBaseType(uint32_t ty_id) { in GetBaseType() function in spvtools::opt::Pass
71 Instruction* ty_inst = GetBaseType(ty_id); in IsFloat()
Dpass.h113 Instruction* GetBaseType(uint32_t ty_id);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp101 const TType *GetBaseType(const TType &type, bool write) in GetBaseType() function
403 mSymbolTable, kBaseName, GetBaseType(type, false), SymbolType::AngleInternal)); in visitBinary()
454 GetBaseType(type, true), in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp111 const TType *GetBaseType(const TType &type, bool write) in GetBaseType() function
420 mSymbolTable, kBaseName, GetBaseType(type, false), SymbolType::AngleInternal)); in visitBinary()
470 GetBaseType(type, true), in visitBinary()
/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_builder.h323 const ast::Type* GetBaseType(ResourceBinding::SampledKind sampled_kind);
Dinspector_test.cc2152 GetParam().type_dim, GetBaseType(GetParam().sampled_kind)); in TEST_P()
2160 GetBaseType(GetParam().sampled_kind), in TEST_P()
2210 GetParam().type_dim, GetBaseType(GetParam().sampled_kind)); in TEST_P()
2219 GetBaseType(GetParam().sampled_kind), in TEST_P()
2254 GetParam().type_dim, GetBaseType(GetParam().sampled_kind)); in TEST_P()
2323 GetParam().type_dim, GetBaseType(GetParam().sampled_kind)); in TEST_P()
2332 GetBaseType(GetParam().sampled_kind), in TEST_P()
Dtest_inspector_builder.cc290 const ast::Type* InspectorBuilder::GetBaseType( in GetBaseType() function in tint::inspector::InspectorBuilder