/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | types.h | 61 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()
|
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()
|
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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | types.h | 61 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()
|
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()
|
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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | types.h | 61 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()
|
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()
|
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()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.1.3.coopmat.comp.out | 9 Capability CooperativeMatrixNV
|
D | spv.coopmat.comp.out | 11 Capability CooperativeMatrixNV
|
D | spv.intcoopmat.comp.out | 12 Capability CooperativeMatrixNV
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.1.3.coopmat.comp.out | 9 Capability CooperativeMatrixNV
|
D | spv.coopmat.comp.out | 11 Capability CooperativeMatrixNV
|
D | spv.intcoopmat.comp.out | 12 Capability CooperativeMatrixNV
|
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/ |
D | cooperative-matrix.mlir | 3 spv.module Logical GLSL450 requires #spv.vce<v1.0, [CooperativeMatrixNV], [SPV_NV_cooperative_matri…
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spirv.lua | 806 CooperativeMatrixNV = 5357,
|
D | spirv.cs | 848 CooperativeMatrixNV = 5357, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.cs | 1001 CooperativeMatrixNV = 5357, enumerator
|
D | spirv.lua | 959 CooperativeMatrixNV = 5357,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.cs | 1010 CooperativeMatrixNV = 5357, enumerator
|
D | spirv.lua | 966 CooperativeMatrixNV = 5357,
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/unified1/ |
D | spirv.lua | 962 CooperativeMatrixNV = 5357,
|
D | spirv.cs | 1004 CooperativeMatrixNV = 5357, enumerator
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 169 types.emplace_back(new CooperativeMatrixNV(f32, 24, 24, 24)); in GenerateAllTypes()
|