/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | types.h | 61 class CooperativeMatrixNV; 203 DeclareCastMethod(CooperativeMatrixNV) 606 class CooperativeMatrixNV : public Type { class 608 CooperativeMatrixNV(const Type* type, const uint32_t scope, 610 CooperativeMatrixNV(const CooperativeMatrixNV&) = default; 614 CooperativeMatrixNV* AsCooperativeMatrixNV() override { return this; } 615 const CooperativeMatrixNV* AsCooperativeMatrixNV() const override {
|
H A D | types.cpp | 130 DeclareKindCase(CooperativeMatrixNV); in Clone() 176 DeclareKindCase(CooperativeMatrixNV); in operator ==() 227 DeclareKindCase(CooperativeMatrixNV); in GetHashWords() 663 CooperativeMatrixNV::CooperativeMatrixNV(const Type* type, const uint32_t scope, in CooperativeMatrixNV() function in spvtools::opt::analysis::CooperativeMatrixNV 677 std::string CooperativeMatrixNV::str() const { in str() 684 void CooperativeMatrixNV::GetExtraHashWords( in GetExtraHashWords() 692 bool CooperativeMatrixNV::IsSameImpl(const Type* that, in IsSameImpl() 694 const CooperativeMatrixNV* mt = that->AsCooperativeMatrixNV(); in IsSameImpl()
|
H A D | type_manager.cpp | 624 const CooperativeMatrixNV* cm_type = type.AsCooperativeMatrixNV(); in RebuildType() 626 rebuilt_ty = MakeUnique<CooperativeMatrixNV>( in RebuildType() 860 type = new CooperativeMatrixNV(GetType(inst.GetSingleWordInOperand(0)), in RecordIfTypeDefinition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | types.h | 61 class CooperativeMatrixNV; 203 DeclareCastMethod(CooperativeMatrixNV) 606 class CooperativeMatrixNV : public Type { class 608 CooperativeMatrixNV(const Type* type, const uint32_t scope, 610 CooperativeMatrixNV(const CooperativeMatrixNV&) = default; 614 CooperativeMatrixNV* AsCooperativeMatrixNV() override { return this; } 615 const CooperativeMatrixNV* AsCooperativeMatrixNV() const override {
|
H A D | types.cpp | 130 DeclareKindCase(CooperativeMatrixNV); in Clone() 176 DeclareKindCase(CooperativeMatrixNV); in operator ==() 227 DeclareKindCase(CooperativeMatrixNV); in GetHashWords() 663 CooperativeMatrixNV::CooperativeMatrixNV(const Type* type, const uint32_t scope, in CooperativeMatrixNV() function in spvtools::opt::analysis::CooperativeMatrixNV 677 std::string CooperativeMatrixNV::str() const { in str() 684 void CooperativeMatrixNV::GetExtraHashWords( in GetExtraHashWords() 692 bool CooperativeMatrixNV::IsSameImpl(const Type* that, in IsSameImpl() 694 const CooperativeMatrixNV* mt = that->AsCooperativeMatrixNV(); in IsSameImpl()
|
H A D | type_manager.cpp | 624 const CooperativeMatrixNV* cm_type = type.AsCooperativeMatrixNV(); in RebuildType() 626 rebuilt_ty = MakeUnique<CooperativeMatrixNV>( in RebuildType() 860 type = new CooperativeMatrixNV(GetType(inst.GetSingleWordInOperand(0)), in RecordIfTypeDefinition()
|
/third_party/spirv-tools/source/opt/ |
H A D | types.h | 62 class CooperativeMatrixNV; 205 DeclareCastMethod(CooperativeMatrixNV) 601 class CooperativeMatrixNV : public Type { class 603 CooperativeMatrixNV(const Type* type, const uint32_t scope, 605 CooperativeMatrixNV(const CooperativeMatrixNV&) = default; 609 CooperativeMatrixNV* AsCooperativeMatrixNV() override { return this; } 610 const CooperativeMatrixNV* AsCooperativeMatrixNV() const override {
|
H A D | types.cpp | 130 DeclareKindCase(CooperativeMatrixNV); in Clone() 178 DeclareKindCase(CooperativeMatrixNV); in operator ==() 234 DeclareKindCase(CooperativeMatrixNV); in ComputeHashValue() 678 CooperativeMatrixNV::CooperativeMatrixNV(const Type* type, const uint32_t scope, in CooperativeMatrixNV() function in spvtools::opt::analysis::CooperativeMatrixNV 692 std::string CooperativeMatrixNV::str() const { in str() 699 size_t CooperativeMatrixNV::ComputeExtraStateHash(size_t hash, in ComputeExtraStateHash() 705 bool CooperativeMatrixNV::IsSameImpl(const Type* that, in IsSameImpl() 707 const CooperativeMatrixNV* mt = that->AsCooperativeMatrixNV(); in IsSameImpl()
|
H A D | type_manager.cpp | 641 const CooperativeMatrixNV* cm_type = type.AsCooperativeMatrixNV(); in RebuildType() 643 rebuilt_ty = MakeUnique<CooperativeMatrixNV>( in RebuildType() 886 type = new CooperativeMatrixNV(GetType(inst.GetSingleWordInOperand(0)), in RecordIfTypeDefinition()
|
H A D | upgrade_memory_model.cpp | 31 spv::Capability::CooperativeMatrixNV)) { in Process()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_memory_semantics.cpp | 43 !_.HasCapability(spv::Capability::CooperativeMatrixNV)) { in ValidateMemorySemantics() 50 _.HasCapability(spv::Capability::CooperativeMatrixNV) && in ValidateMemorySemantics() 54 "CooperativeMatrixNV capability is present"; in ValidateMemorySemantics()
|
H A D | validate_scopes.cpp | 56 !_.HasCapability(spv::Capability::CooperativeMatrixNV)) { in ValidateScope() 62 _.HasCapability(spv::Capability::CooperativeMatrixNV) && in ValidateScope() 66 << "CooperativeMatrixNV capability is present"; in ValidateScope()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | type_manager_test.cpp | 160 // CooperativeMatrixNV in GenerateAllTypes() 169 types.emplace_back(new CooperativeMatrixNV(f32, 24, 24, 24)); in GenerateAllTypes()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 1014 CooperativeMatrixNV = 5357, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.cs | 1015 CooperativeMatrixNV = 5357, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | type_manager_test.cpp | 160 // CooperativeMatrixNV in GenerateAllTypes() 169 types.emplace_back(new CooperativeMatrixNV(f32, 24, 24, 24)); in GenerateAllTypes()
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 1131 CooperativeMatrixNV = 5357, enumerator
|
/third_party/spirv-tools/test/ |
H A D | enum_set_test.cpp | 215 spv::Capability::CooperativeMatrixNV, member in spvtools::__anon26768::spv::Capability
|
/third_party/spirv-tools/test/opt/ |
H A D | type_manager_test.cpp | 164 // CooperativeMatrixNV in GenerateAllTypes() 173 types.emplace_back(new CooperativeMatrixNV(f32, 24, 24, 24)); in GenerateAllTypes()
|