Home
last modified time | relevance | path

Searched refs:OpImage (Results 1 - 25 of 47) sorted by relevance

12

/third_party/spirv-tools/source/opt/
H A Dinst_bindless_check_pass.cpp133 } else if (old_image_inst->opcode() == spv::Op::OpImage) { in CloneOriginalImage()
138 spv::Op::OpImage, clone_id); in CloneOriginalImage()
318 else if (desc_load_inst->opcode() == spv::Op::OpImage) in AnalyzeDescriptorReference()
H A Dvalue_number_table.cpp50 // OpSampledImage and OpImage must remain in the same basic block in which in AssignValueNumber()
61 case spv::Op::OpImage: in AssignValueNumber()
H A Dconvert_to_sampled_image_pass.cpp251 spv::Op::OpImage, sampled_image->result_id()); in CreateImageExtraction()
/third_party/spirv-tools/test/
H A Dtext_to_binary.image_test.cpp106 // Test OpImage
111 const std::string input = "%2 = OpImage %1 %3\n"; in TEST_F()
113 Eq(MakeInstruction(spv::Op::OpImage, {1, 2, 3}))); in TEST_F()
120 EXPECT_THAT(CompileFailure("%2 = OpImage 42"), in TEST_F()
125 EXPECT_THAT(CompileFailure("%2 = OpImage %1"), in TEST_F()
126 Eq("Expected operand for OpImage instruction, but found the end " in TEST_F()
131 EXPECT_THAT(CompileFailure("%2 = OpImage %1 1000"), in TEST_F()
138 EXPECT_THAT(CompileFailure("%2 = OpImage %1 %3 %4"), // an Id in TEST_F()
141 EXPECT_THAT(CompileFailure("%2 = OpImage %1 %3 99"), // a number in TEST_F()
144 EXPECT_THAT(CompileFailure("%2 = OpImage in TEST_F()
[all...]
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs760 OpImage = 100, enumerator
H A Dspirv.hpp755 OpImage = 100, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs772 OpImage = 100, enumerator
H A Dspirv.hpp767 OpImage = 100, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs777 OpImage = 100, enumerator
H A Dspirv.hpp772 OpImage = 100, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs760 OpImage = 100, enumerator
H A Dspirv.hpp755 OpImage = 100, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs772 OpImage = 100, enumerator
H A Dspirv.hpp767 OpImage = 100, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs777 OpImage = 100, enumerator
H A Dspirv.hpp772 OpImage = 100, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs760 OpImage = 100, enumerator
H A Dspirv.hpp755 OpImage = 100, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs772 OpImage = 100, enumerator
H A Dspirv.hpp767 OpImage = 100, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs777 OpImage = 100, enumerator
H A Dspirv.hpp772 OpImage = 100, enumerator
/third_party/spirv-tools/source/val/
H A Dvalidate_image.cpp466 "OpImage*Gather operations"; in ValidateImageOperands()
650 // Validate OpImage*Proj* instructions
672 // Validate OpImage*Read and OpImage*Write instructions
972 case spv::Op::OpImage: in IsAllowedSampledImageOperand()
1324 // Validates anything OpImage*Dref* instruction
1337 << "In Vulkan, OpImage*Dref* instructions must not use images " in ValidateImageDref()
2285 case spv::Op::OpImage: in ImagePass()
2345 case spv::Op::OpImage: in IsImageInstruction()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.cs1267 OpImage = 100, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.cs1268 OpImage = 100, enumerator

Completed in 73 milliseconds

12