Home
last modified time | relevance | path

Searched refs:SpvOpTypeCooperativeMatrixNV (Results 1 – 25 of 31) sorted by relevance

12

/third_party/spirv-tools/source/opt/
Dreflect.h51 opcode == SpvOpTypeCooperativeMatrixNV; in IsTypeInst()
Dtype_manager.cpp420 context(), SpvOpTypeCooperativeMatrixNV, 0, id, in GetTypeInstruction()
859 case SpvOpTypeCooperativeMatrixNV: in RecordIfTypeDefinition()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreflect.h51 opcode == SpvOpTypeCooperativeMatrixNV; in IsTypeInst()
Dtype_manager.cpp420 context(), SpvOpTypeCooperativeMatrixNV, 0, id, in GetTypeInstruction()
859 case SpvOpTypeCooperativeMatrixNV: in RecordIfTypeDefinition()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h51 opcode == SpvOpTypeCooperativeMatrixNV; in IsTypeInst()
Dtype_manager.cpp420 context(), SpvOpTypeCooperativeMatrixNV, 0, id, in GetTypeInstruction()
859 case SpvOpTypeCooperativeMatrixNV: in RecordIfTypeDefinition()
/third_party/spirv-tools/source/
Dopcode.cpp271 case SpvOpTypeCooperativeMatrixNV: in spvOpcodeIsComposite()
337 case SpvOpTypeCooperativeMatrixNV: in spvOpcodeGeneratesType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp271 case SpvOpTypeCooperativeMatrixNV: in spvOpcodeIsComposite()
337 case SpvOpTypeCooperativeMatrixNV: in spvOpcodeGeneratesType()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp271 case SpvOpTypeCooperativeMatrixNV: in spvOpcodeIsComposite()
337 case SpvOpTypeCooperativeMatrixNV: in spvOpcodeGeneratesType()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp678 case SpvOpTypeCooperativeMatrixNV: in GetComponentType()
705 case SpvOpTypeCooperativeMatrixNV: in GetDimension()
956 return inst && inst->opcode() == SpvOpTypeCooperativeMatrixNV; in IsCooperativeMatrixType()
979 if (m1_type->opcode() != SpvOpTypeCooperativeMatrixNV || in CooperativeMatrixShapesMatch()
980 m2_type->opcode() != SpvOpTypeCooperativeMatrixNV) { in CooperativeMatrixShapesMatch()
1293 case SpvOpTypeCooperativeMatrixNV: in ContainsType()
Dvalidate_constants.cpp247 case SpvOpTypeCooperativeMatrixNV: { in ValidateConstantComposite()
314 case SpvOpTypeCooperativeMatrixNV: in IsTypeNullable()
Dvalidate_composites.cpp126 case SpvOpTypeCooperativeMatrixNV: { in GetExtractInsertValueType()
339 case SpvOpTypeCooperativeMatrixNV: { in ValidateCompositeConstruct()
Dvalidate_memory.cpp208 case SpvOpTypeCooperativeMatrixNV: in ContainsCooperativeMatrix()
1291 case SpvOpTypeCooperativeMatrixNV: in ValidateAccessChain()
1443 if (type->opcode() != SpvOpTypeCooperativeMatrixNV) { in ValidateCooperativeMatrixLengthNV()
1467 if (matrix_type->opcode() != SpvOpTypeCooperativeMatrixNV) { in ValidateCooperativeMatrixLoadStoreNV()
Dvalidate_type.cpp646 case SpvOpTypeCooperativeMatrixNV: in TypePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp678 case SpvOpTypeCooperativeMatrixNV: in GetComponentType()
705 case SpvOpTypeCooperativeMatrixNV: in GetDimension()
956 return inst && inst->opcode() == SpvOpTypeCooperativeMatrixNV; in IsCooperativeMatrixType()
979 if (m1_type->opcode() != SpvOpTypeCooperativeMatrixNV || in CooperativeMatrixShapesMatch()
980 m2_type->opcode() != SpvOpTypeCooperativeMatrixNV) { in CooperativeMatrixShapesMatch()
1293 case SpvOpTypeCooperativeMatrixNV: in ContainsType()
Dvalidate_constants.cpp247 case SpvOpTypeCooperativeMatrixNV: { in ValidateConstantComposite()
314 case SpvOpTypeCooperativeMatrixNV: in IsTypeNullable()
Dvalidate_composites.cpp126 case SpvOpTypeCooperativeMatrixNV: { in GetExtractInsertValueType()
339 case SpvOpTypeCooperativeMatrixNV: { in ValidateCompositeConstruct()
Dvalidate_memory.cpp208 case SpvOpTypeCooperativeMatrixNV: in ContainsCooperativeMatrix()
1291 case SpvOpTypeCooperativeMatrixNV: in ValidateAccessChain()
1443 if (type->opcode() != SpvOpTypeCooperativeMatrixNV) { in ValidateCooperativeMatrixLengthNV()
1467 if (matrix_type->opcode() != SpvOpTypeCooperativeMatrixNV) { in ValidateCooperativeMatrixLoadStoreNV()
Dvalidate_type.cpp646 case SpvOpTypeCooperativeMatrixNV: in TypePass()
/third_party/spirv-tools/source/val/
Dvalidation_state.cpp602 case SpvOpTypeCooperativeMatrixNV: in GetComponentType()
629 case SpvOpTypeCooperativeMatrixNV: in GetDimension()
870 return inst->opcode() == SpvOpTypeCooperativeMatrixNV; in IsCooperativeMatrixType()
893 if (m1_type->opcode() != SpvOpTypeCooperativeMatrixNV || in CooperativeMatrixShapesMatch()
894 m2_type->opcode() != SpvOpTypeCooperativeMatrixNV) { in CooperativeMatrixShapesMatch()
1210 case SpvOpTypeCooperativeMatrixNV: in ContainsSizedIntOrFloatType()
Dvalidate_constants.cpp247 case SpvOpTypeCooperativeMatrixNV: { in ValidateConstantComposite()
314 case SpvOpTypeCooperativeMatrixNV: in IsTypeNullable()
Dvalidate_composites.cpp126 case SpvOpTypeCooperativeMatrixNV: { in GetExtractInsertValueType()
339 case SpvOpTypeCooperativeMatrixNV: { in ValidateCompositeConstruct()
Dvalidate_memory.cpp208 case SpvOpTypeCooperativeMatrixNV: in ContainsCooperativeMatrix()
1285 case SpvOpTypeCooperativeMatrixNV: in ValidateAccessChain()
1437 if (type->opcode() != SpvOpTypeCooperativeMatrixNV) { in ValidateCooperativeMatrixLengthNV()
1461 if (matrix_type->opcode() != SpvOpTypeCooperativeMatrixNV) { in ValidateCooperativeMatrixLoadStoreNV()
Dvalidate_type.cpp646 case SpvOpTypeCooperativeMatrixNV: in TypePass()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv.h1440 SpvOpTypeCooperativeMatrixNV = 5358, enumerator
2010 case SpvOpTypeCooperativeMatrixNV: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()

12