/third_party/spirv-tools/source/opt/ |
H A D | inst_bindless_check_pass.cpp | 133 } 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 D | value_number_table.cpp | 50 // OpSampledImage and OpImage must remain in the same basic block in which in AssignValueNumber() 61 case spv::Op::OpImage: in AssignValueNumber()
|
H A D | convert_to_sampled_image_pass.cpp | 251 spv::Op::OpImage, sampled_image->result_id()); in CreateImageExtraction()
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.image_test.cpp | 106 // 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 D | spirv.cs | 760 OpImage = 100, enumerator
|
H A D | spirv.hpp | 755 OpImage = 100, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 772 OpImage = 100, enumerator
|
H A D | spirv.hpp | 767 OpImage = 100, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 777 OpImage = 100, enumerator
|
H A D | spirv.hpp | 772 OpImage = 100, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 760 OpImage = 100, enumerator
|
H A D | spirv.hpp | 755 OpImage = 100, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 772 OpImage = 100, enumerator
|
H A D | spirv.hpp | 767 OpImage = 100, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 777 OpImage = 100, enumerator
|
H A D | spirv.hpp | 772 OpImage = 100, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 760 OpImage = 100, enumerator
|
H A D | spirv.hpp | 755 OpImage = 100, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 772 OpImage = 100, enumerator
|
H A D | spirv.hpp | 767 OpImage = 100, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 777 OpImage = 100, enumerator
|
H A D | spirv.hpp | 772 OpImage = 100, enumerator
|
/third_party/spirv-tools/source/val/ |
H A D | validate_image.cpp | 466 "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 D | spirv.cs | 1267 OpImage = 100, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.cs | 1268 OpImage = 100, enumerator
|