Searched refs:imageOperand (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmImageSamplerTests.cpp | 623 std::string imageOperand = useNontemporal ? " Nontemporal" : ""; in getImageReadOpStr() local 628 return "OpImageRead " + formatData.m_spirvVectorType + " %func_img %coord" + imageOperand; in getImageReadOpStr() 631 return "OpImageFetch " + formatData.m_spirvVectorType + " %func_img %coord" + imageOperand; in getImageReadOpStr()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmImageSamplerTests.cpp | 596 std::string imageOperand = useNontemporal ? " Nontemporal" : ""; in getImageReadOpStr() local 601 return std::string("OpImageRead %v4f32 %func_img %coord") + imageOperand; in getImageReadOpStr() 604 return std::string("OpImageFetch %v4f32 %func_img %coord") + imageOperand; in getImageReadOpStr()
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 5857 spv::IdImmediate imageOperand = { true, *(opIt++) }; in createImageTextureFunctionCall() local 5858 operands.push_back(imageOperand); in createImageTextureFunctionCall() 5897 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5898 operands.push_back(imageOperand); in createImageTextureFunctionCall() 5901 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5902 operands.push_back(imageOperand); in createImageTextureFunctionCall() 5905 spv::IdImmediate imageOperand = { true, in createImageTextureFunctionCall() local 5907 operands.push_back(imageOperand); in createImageTextureFunctionCall() 5949 spv::IdImmediate imageOperand = { true, *opIt++ }; in createImageTextureFunctionCall() local 5950 operands.push_back(imageOperand); in createImageTextureFunctionCall() 5953 spv::IdImmediate imageOperand = { true, *opIt++ }; createImageTextureFunctionCall() local 5957 spv::IdImmediate imageOperand = { true, createImageTextureFunctionCall() local 5990 spv::IdImmediate imageOperand = { true, *opIt++ }; createImageTextureFunctionCall() local 5994 spv::IdImmediate imageOperand = { true, *opIt++ }; createImageTextureFunctionCall() local 5998 spv::IdImmediate imageOperand = { true, builder.makeUintConstant(TranslateMemoryScope( createImageTextureFunctionCall() local [all...] |
Completed in 13 milliseconds