Searched refs:OpImageQuerySamples (Results 1 – 25 of 93) sorted by relevance
1234
| /third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/image_query/ |
| D | samples_storage.amber | 7 ; Test OpImageQuerySamples can be used with 68 %16 = OpImageQuerySamples %int %15
|
| /third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
| D | image-query-no-sampler.vk.asm.frag | 54 %35 = OpImageQuerySamples %int %33
|
| D | image-query-no-sampler.no-samplerless.vk.asm.frag | 54 %35 = OpImageQuerySamples %int %33
|
| /third_party/spirv-tools/test/ |
| D | opcode_require_capabilities_test.cpp | 58 ExpectedOpCodeCapabilities{spv::Op::OpImageQuerySamples,
|
| /third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureNumSamples/ |
| D | 449d23.wgsl.expected.spvasm | 49 %17 = OpImageQuerySamples %int %18
|
| D | 42f8bb.wgsl.expected.spvasm | 50 %17 = OpImageQuerySamples %int %19
|
| D | 2c6f14.wgsl.expected.spvasm | 49 %16 = OpImageQuerySamples %int %18
|
| D | a3c8a0.wgsl.expected.spvasm | 49 %16 = OpImageQuerySamples %int %18
|
| /third_party/skia/third_party/externals/tint/test/intrinsics/textureNumSamples/ |
| D | depth_ms.spvasm | 50 %16 = OpImageQuerySamples %int %18
|
| D | depth_ms.spvasm.expected.spvasm | 66 %25 = OpImageQuerySamples %int %26
|
| /third_party/skia/third_party/externals/tint/test/unittest/reader/spirv/ |
| D | Multisampled_Only2DNonArrayedIsValid_SpvParserHandleTest_ImageDeclTest_DeclareAndUseHandle_2.spvasm | 106 %71 = OpImageQuerySamples %uint %70
|
| D | ImageQuerySamples_SignedResult_SpvParserHandleTest_SampledImageAccessTest_Variable_0.spvasm | 116 %99 = OpImageQuerySamples %int %76
|
| D | ImageQuerySamples_UnsignedResult_SpvParserHandleTest_SampledImageAccessTest_Variable_0.spvasm | 116 %99 = OpImageQuerySamples %uint %76
|
| D | Samples_SpvParserHandleTest_RegisterHandleUsage_RawImage_Variable_6.spvasm | 141 %125 = OpImageQuerySamples %uint %124
|
| /third_party/spirv-tools/source/opt/ |
| D | graphics_robust_access_pass.cpp | 1015 image_texel_pointer, spv::Op::OpImageQuerySamples, in ClampCoordinateForImageTexelPointer() 1020 auto* max_samples = InsertInst(image_texel_pointer, spv::Op::OpImageQuerySamples, in ClampCoordinateForImageTexelPointer()
|
| D | convert_to_sampled_image_pass.cpp | 232 case spv::Op::OpImageQuerySamples: in FindUsesOfImage()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
| D | spirv.lua | 723 OpImageQuerySamples = 107,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
| D | spirv.cs | 779 OpImageQuerySamples = 107, enumerator
|
| D | spirv.lua | 735 OpImageQuerySamples = 107,
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
| D | spirv.lua | 740 OpImageQuerySamples = 107,
|
| /third_party/spirv-headers/include/spirv/1.2/ |
| D | spirv.lua | 740 OpImageQuerySamples = 107,
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
| D | spirv.lua | 723 OpImageQuerySamples = 107,
|
| D | spirv.cs | 767 OpImageQuerySamples = 107, enumerator
|
| /third_party/spirv-headers/include/spirv/1.1/ |
| D | spirv.lua | 735 OpImageQuerySamples = 107,
|
| /third_party/glslang/SPIRV/ |
| D | SpvPostProcess.cpp | 230 case OpImageQuerySamples: in postProcess()
|
1234