Searched refs:GetBaseType (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | pass.cpp | 57 Instruction* Pass::GetBaseType(uint32_t ty_id) { in GetBaseType() function in spvtools::opt::Pass 71 Instruction* ty_inst = GetBaseType(ty_id); in IsFloat()
|
D | pass.h | 113 Instruction* GetBaseType(uint32_t ty_id);
|
/third_party/spirv-tools/source/opt/ |
D | pass.cpp | 57 Instruction* Pass::GetBaseType(uint32_t ty_id) { in GetBaseType() function in spvtools::opt::Pass 71 Instruction* ty_inst = GetBaseType(ty_id); in IsFloat()
|
D | pass.h | 120 Instruction* GetBaseType(uint32_t ty_id);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | pass.cpp | 57 Instruction* Pass::GetBaseType(uint32_t ty_id) { in GetBaseType() function in spvtools::opt::Pass 71 Instruction* ty_inst = GetBaseType(ty_id); in IsFloat()
|
D | pass.h | 113 Instruction* GetBaseType(uint32_t ty_id);
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RemoveDynamicIndexing.cpp | 101 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/ |
D | RemoveDynamicIndexing.cpp | 111 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/ |
D | test_inspector_builder.h | 323 const ast::Type* GetBaseType(ResourceBinding::SampledKind sampled_kind);
|
D | inspector_test.cc | 2152 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()
|
D | test_inspector_builder.cc | 290 const ast::Type* InspectorBuilder::GetBaseType( in GetBaseType() function in tint::inspector::InspectorBuilder
|