Home
last modified time | relevance | path

Searched refs:OpImageWrite (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderInstructions.cpp50 case spv::OpImageWrite: in IsStatement()
/third_party/spirv-tools/test/
H A Dtext_to_binary.extension_test.cpp666 {"OpImageWrite %1 %2 %3 MakeTexelAvailable " in TEST_F()
669 spv::Op::OpImageWrite, in TEST_F()
672 {"OpImageWrite %1 %2 %3 MakeTexelAvailable|NonPrivateTexel " in TEST_F()
675 spv::Op::OpImageWrite, in TEST_F()
680 {"OpImageWrite %1 %2 %3 " in TEST_F()
684 spv::Op::OpImageWrite, in TEST_F()
/third_party/spirv-tools/source/val/
H A Dvalidate_image.cpp162 case spv::Op::OpImageWrite: in IsValidLodOperand()
234 (opcode == spv::Op::OpImageRead || opcode == spv::Op::OpImageWrite || in GetMinCoordSize()
523 opcode != spv::Op::OpImageWrite && in ValidateImageOperands()
528 << "OpImageRead, OpImageWrite, OpImageSparseFetch and " in ValidateImageOperands()
572 if (opcode != spv::Op::OpImageWrite) { in ValidateImageOperands()
575 << spvOpcodeString(spv::Op::OpImageWrite) << ": Op" in ValidateImageOperands()
2282 case spv::Op::OpImageWrite: in ImagePass()
2354 case spv::Op::OpImageWrite: in IsImageInstruction()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_move_instruction_down.cpp499 case spv::Op::OpImageWrite: in IsMemoryWriteInstruction()
542 case spv::Op::OpImageWrite: in GetMemoryWriteTarget()
/third_party/spirv-tools/source/opt/
H A Dinst_bindless_check_pass.cpp217 case spv::Op::OpImageWrite: in GetImageId()
662 (op == spv::Op::OpImageWrite && num_in_oprnds == 3)) { in GenDescCheckCode()
H A Dupgrade_memory_model.cpp147 case spv::Op::OpImageWrite: in UpgradeMemoryAndImages()
194 case spv::Op::OpImageWrite: in UpgradeMemoryAndImages()
H A Dconvert_to_sampled_image_pass.cpp226 case spv::Op::OpImageWrite: in FindUsesOfImage()
/third_party/glslang/SPIRV/
H A Ddoc.cpp1164 case 99: return "OpImageWrite"; in OpcodeString()
1628 InstructionDesc[OpImageWrite].setResultAndType(false, false); in Parameterize()
1951 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Image'"); in Parameterize()
1952 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1953 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Texel'"); in Parameterize()
1954 InstructionDesc[OpImageWrite].operands.push(OperandImageOperands, "", true); in Parameterize()
1955 InstructionDesc[OpImageWrite].operands.push(OperandVariableIds, "", true); in Parameterize()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs759 OpImageWrite = 99, enumerator
H A Dspirv.hpp754 OpImageWrite = 99, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs771 OpImageWrite = 99, enumerator
H A Dspirv.hpp766 OpImageWrite = 99, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs776 OpImageWrite = 99, enumerator
H A Dspirv.hpp771 OpImageWrite = 99, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs759 OpImageWrite = 99, enumerator
H A Dspirv.hpp754 OpImageWrite = 99, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs771 OpImageWrite = 99, enumerator
H A Dspirv.hpp766 OpImageWrite = 99, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs776 OpImageWrite = 99, enumerator
H A Dspirv.hpp771 OpImageWrite = 99, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs759 OpImageWrite = 99, enumerator
H A Dspirv.hpp754 OpImageWrite = 99, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs771 OpImageWrite = 99, enumerator
H A Dspirv.hpp766 OpImageWrite = 99, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs776 OpImageWrite = 99, enumerator

Completed in 72 milliseconds

12