Home
last modified time | relevance | path

Searched refs:CooperativeMatrixNV (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h61 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 Dtypes.cpp130 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 Dtype_manager.cpp624 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 Dtypes.h61 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 Dtypes.cpp130 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 Dtype_manager.cpp624 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 Dtypes.h62 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 Dtypes.cpp130 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 Dtype_manager.cpp641 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 Dupgrade_memory_model.cpp31 spv::Capability::CooperativeMatrixNV)) { in Process()
/third_party/spirv-tools/source/val/
H A Dvalidate_memory_semantics.cpp43 !_.HasCapability(spv::Capability::CooperativeMatrixNV)) { in ValidateMemorySemantics()
50 _.HasCapability(spv::Capability::CooperativeMatrixNV) && in ValidateMemorySemantics()
54 "CooperativeMatrixNV capability is present"; in ValidateMemorySemantics()
H A Dvalidate_scopes.cpp56 !_.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 Dtype_manager_test.cpp160 // 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 Dspirv.cs1014 CooperativeMatrixNV = 5357, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.cs1015 CooperativeMatrixNV = 5357, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp160 // CooperativeMatrixNV in GenerateAllTypes()
169 types.emplace_back(new CooperativeMatrixNV(f32, 24, 24, 24)); in GenerateAllTypes()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.cs1131 CooperativeMatrixNV = 5357, enumerator
/third_party/spirv-tools/test/
H A Denum_set_test.cpp215 spv::Capability::CooperativeMatrixNV, member in spvtools::__anon26768::spv::Capability
/third_party/spirv-tools/test/opt/
H A Dtype_manager_test.cpp164 // CooperativeMatrixNV in GenerateAllTypes()
173 types.emplace_back(new CooperativeMatrixNV(f32, 24, 24, 24)); in GenerateAllTypes()

Completed in 40 milliseconds