Home
last modified time | relevance | path

Searched refs:SpvOpCooperativeMatrixLoadNV (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp236 case SpvOpCooperativeMatrixLoadNV: in GetStorageClass()
330 inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in CheckMemoryAccess()
1456 if (inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in ValidateCooperativeMatrixLoadStoreNV()
1468 if (inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in ValidateCooperativeMatrixLoadStoreNV()
1483 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 2u : 0u; in ValidateCooperativeMatrixLoadStoreNV()
1528 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 3u : 2u; in ValidateCooperativeMatrixLoadStoreNV()
1538 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 4u : 3u; in ValidateCooperativeMatrixLoadStoreNV()
1550 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 5u : 4u; in ValidateCooperativeMatrixLoadStoreNV()
1641 case SpvOpCooperativeMatrixLoadNV: in MemoryPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp236 case SpvOpCooperativeMatrixLoadNV: in GetStorageClass()
330 inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in CheckMemoryAccess()
1456 if (inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in ValidateCooperativeMatrixLoadStoreNV()
1468 if (inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in ValidateCooperativeMatrixLoadStoreNV()
1483 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 2u : 0u; in ValidateCooperativeMatrixLoadStoreNV()
1528 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 3u : 2u; in ValidateCooperativeMatrixLoadStoreNV()
1538 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 4u : 3u; in ValidateCooperativeMatrixLoadStoreNV()
1550 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 5u : 4u; in ValidateCooperativeMatrixLoadStoreNV()
1641 case SpvOpCooperativeMatrixLoadNV: in MemoryPass()
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp234 case SpvOpCooperativeMatrixLoadNV: in GetStorageClass()
329 inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in CheckMemoryAccess()
1501 if (inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in ValidateCooperativeMatrixLoadStoreNV()
1513 if (inst->opcode() == SpvOpCooperativeMatrixLoadNV) { in ValidateCooperativeMatrixLoadStoreNV()
1525 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 2u : 0u; in ValidateCooperativeMatrixLoadStoreNV()
1570 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 3u : 2u; in ValidateCooperativeMatrixLoadStoreNV()
1580 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 4u : 3u; in ValidateCooperativeMatrixLoadStoreNV()
1592 (inst->opcode() == SpvOpCooperativeMatrixLoadNV) ? 5u : 4u; in ValidateCooperativeMatrixLoadStoreNV()
1684 case SpvOpCooperativeMatrixLoadNV: in MemoryPass()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv.h1441 SpvOpCooperativeMatrixLoadNV = 5359, enumerator
2011 case SpvOpCooperativeMatrixLoadNV: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
Dspirv.h1568 SpvOpCooperativeMatrixLoadNV = 5359, enumerator
2221 case SpvOpCooperativeMatrixLoadNV: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/mesa3d/src/compiler/spirv/
Dspirv.h1612 SpvOpCooperativeMatrixLoadNV = 5359, enumerator
2283 case SpvOpCooperativeMatrixLoadNV: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1569 SpvOpCooperativeMatrixLoadNV = 5359, enumerator
2222 case SpvOpCooperativeMatrixLoadNV: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/spirv-headers/include/spirv/unified1/
Dspirv.h1635 SpvOpCooperativeMatrixLoadNV = 5359, enumerator
2308 case SpvOpCooperativeMatrixLoadNV: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/
Dcore.insts-unified1.inc512 …{"CooperativeMatrixLoadNV", SpvOpCooperativeMatrixLoadNV, 1, pygen_variable_caps_CooperativeMatrix…