Searched defs:imageOperand (Results 1 – 3 of 3) sorted by relevance
| /third_party/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 5857 spv::IdImmediate imageOperand = { true, *(opIt++) }; in createImageTextureFunctionCall() local 5897 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5901 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5905 spv::IdImmediate imageOperand = { true, in createImageTextureFunctionCall() local 5949 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5953 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5957 spv::IdImmediate imageOperand = { true, in createImageTextureFunctionCall() local 5990 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5994 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5998 … spv::IdImmediate imageOperand = { true, builder.makeUintConstant(TranslateMemoryScope( in createImageTextureFunctionCall() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| D | vktSpvAsmImageSamplerTests.cpp | 596 std::string imageOperand = useNontemporal ? " Nontemporal" : ""; in getImageReadOpStr() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmImageSamplerTests.cpp | 623 std::string imageOperand = useNontemporal ? " Nontemporal" : ""; in getImageReadOpStr() local
|