Home
last modified time | relevance | path

Searched refs:SpvOpImageSparseRead (Results 1 – 25 of 58) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.image_test.cpp153 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}))); in TEST_F()
167 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}, in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.image_test.cpp155 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}))); in TEST_F()
169 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}, in TEST_P()
/third_party/spirv-tools/test/
Dtext_to_binary.image_test.cpp155 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}))); in TEST_F()
169 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}, in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.image_test.cpp155 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}))); in TEST_F()
169 Eq(MakeInstruction(SpvOpImageSparseRead, {1, 2, 3, 4}, in TEST_P()
/third_party/spirv-tools/source/val/
Dvalidate_image.cpp157 case SpvOpImageSparseRead: in IsValidLodOperand()
227 opcode == SpvOpImageSparseRead)) { in GetMinCoordSize()
509 opcode != SpvOpImageSparseRead) { in ValidateImageOperands()
577 if (opcode != SpvOpImageRead && opcode != SpvOpImageSparseRead) { in ValidateImageOperands()
581 << spvOpcodeString(SpvOpImageSparseRead) << ": Op" in ValidateImageOperands()
647 if (opcode == SpvOpImageRead || opcode == SpvOpImageSparseRead || in ValidateImageCommon()
704 case SpvOpImageSparseRead: { in IsSparse()
1553 if (opcode == SpvOpImageSparseRead) { in ValidateImageRead()
2116 case SpvOpImageSparseRead: in ImagePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp162 case SpvOpImageSparseRead: in IsValidLodOperand()
232 opcode == SpvOpImageSparseRead)) { in GetMinCoordSize()
516 opcode != SpvOpImageSparseRead) { in ValidateImageOperands()
584 if (opcode != SpvOpImageRead && opcode != SpvOpImageSparseRead) { in ValidateImageOperands()
588 << spvOpcodeString(SpvOpImageSparseRead) << ": Op" in ValidateImageOperands()
658 if (opcode == SpvOpImageRead || opcode == SpvOpImageSparseRead || in ValidateImageCommon()
715 case SpvOpImageSparseRead: { in IsSparse()
1564 if (opcode == SpvOpImageSparseRead) { in ValidateImageRead()
2129 case SpvOpImageSparseRead: in ImagePass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp162 case SpvOpImageSparseRead: in IsValidLodOperand()
232 opcode == SpvOpImageSparseRead)) { in GetMinCoordSize()
516 opcode != SpvOpImageSparseRead) { in ValidateImageOperands()
584 if (opcode != SpvOpImageRead && opcode != SpvOpImageSparseRead) { in ValidateImageOperands()
588 << spvOpcodeString(SpvOpImageSparseRead) << ": Op" in ValidateImageOperands()
658 if (opcode == SpvOpImageRead || opcode == SpvOpImageSparseRead || in ValidateImageCommon()
715 case SpvOpImageSparseRead: { in IsSparse()
1564 if (opcode == SpvOpImageSparseRead) { in ValidateImageRead()
2129 case SpvOpImageSparseRead: in ImagePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_move_instruction_down.cpp375 case SpvOpImageSparseRead: in IsMemoryReadInstruction()
447 case SpvOpImageSparseRead: in GetMemoryReadTarget()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp375 case SpvOpImageSparseRead: in IsMemoryReadInstruction()
447 case SpvOpImageSparseRead: in GetMemoryReadTarget()
/third_party/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp375 case SpvOpImageSparseRead: in IsMemoryReadInstruction()
447 case SpvOpImageSparseRead: in GetMemoryReadTarget()
/third_party/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp174 SpvOpImageSparseRead}; in Initialize()
Dupgrade_memory_model.cpp144 case SpvOpImageSparseRead: in UpgradeMemoryAndImages()
189 case SpvOpImageSparseRead: in UpgradeMemoryAndImages()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp174 SpvOpImageSparseRead}; in Initialize()
Dupgrade_memory_model.cpp144 case SpvOpImageSparseRead: in UpgradeMemoryAndImages()
189 case SpvOpImageSparseRead: in UpgradeMemoryAndImages()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Drelax_float_ops_pass.cpp174 SpvOpImageSparseRead}; in Initialize()
Dupgrade_memory_model.cpp144 case SpvOpImageSparseRead: in UpgradeMemoryAndImages()
189 case SpvOpImageSparseRead: in UpgradeMemoryAndImages()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp420 SpvOpImageSparseRead, in InitCombinatorSets()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp389 case SpvOpImageSparseRead: in spvOpcodeIsLoad()
/third_party/skia/src/sksl/
Dspirv.h867 SpvOpImageSparseRead = 320, enumerator
/third_party/spirv-tools/source/
Dopcode.cpp389 case SpvOpImageSparseRead: in spvOpcodeIsLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp389 case SpvOpImageSparseRead: in spvOpcodeIsLoad()
/third_party/flutter/skia/src/sksl/
Dspirv.h867 SpvOpImageSparseRead = 320, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h961 SpvOpImageSparseRead = 320, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.h967 SpvOpImageSparseRead = 320, enumerator
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.h961 SpvOpImageSparseRead = 320, enumerator

123