Home
last modified time | relevance | path

Searched refs:CooperativeMatrixNV (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.h61 class CooperativeMatrixNV; variable
203 DeclareCastMethod(CooperativeMatrixNV)
606 class CooperativeMatrixNV : public Type {
608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
610 CooperativeMatrixNV(const CooperativeMatrixNV&) = default;
614 CooperativeMatrixNV* AsCooperativeMatrixNV() override { return this; } in AsCooperativeMatrixNV()
615 const CooperativeMatrixNV* AsCooperativeMatrixNV() const override { in AsCooperativeMatrixNV()
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()
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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h61 class CooperativeMatrixNV; variable
203 DeclareCastMethod(CooperativeMatrixNV)
606 class CooperativeMatrixNV : public Type {
608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
610 CooperativeMatrixNV(const CooperativeMatrixNV&) = default;
614 CooperativeMatrixNV* AsCooperativeMatrixNV() override { return this; } in AsCooperativeMatrixNV()
615 const CooperativeMatrixNV* AsCooperativeMatrixNV() const override { in AsCooperativeMatrixNV()
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()
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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dtypes.h61 class CooperativeMatrixNV; variable
203 DeclareCastMethod(CooperativeMatrixNV)
606 class CooperativeMatrixNV : public Type {
608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
610 CooperativeMatrixNV(const CooperativeMatrixNV&) = default;
614 CooperativeMatrixNV* AsCooperativeMatrixNV() override { return this; } in AsCooperativeMatrixNV()
615 const CooperativeMatrixNV* AsCooperativeMatrixNV() const override { in AsCooperativeMatrixNV()
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()
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()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.1.3.coopmat.comp.out9 Capability CooperativeMatrixNV
Dspv.coopmat.comp.out11 Capability CooperativeMatrixNV
Dspv.intcoopmat.comp.out12 Capability CooperativeMatrixNV
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.1.3.coopmat.comp.out9 Capability CooperativeMatrixNV
Dspv.coopmat.comp.out11 Capability CooperativeMatrixNV
Dspv.intcoopmat.comp.out12 Capability CooperativeMatrixNV
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/
Dcooperative-matrix.mlir3 spv.module Logical GLSL450 requires #spv.vce<v1.0, [CooperativeMatrixNV], [SPV_NV_cooperative_matri…
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.lua806 CooperativeMatrixNV = 5357,
Dspirv.cs848 CooperativeMatrixNV = 5357, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.cs1001 CooperativeMatrixNV = 5357, enumerator
Dspirv.lua959 CooperativeMatrixNV = 5357,
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.cs1010 CooperativeMatrixNV = 5357, enumerator
Dspirv.lua966 CooperativeMatrixNV = 5357,
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/unified1/
Dspirv.lua962 CooperativeMatrixNV = 5357,
Dspirv.cs1004 CooperativeMatrixNV = 5357, enumerator
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp169 types.emplace_back(new CooperativeMatrixNV(f32, 24, 24, 24)); in GenerateAllTypes()

12