Home
last modified time | relevance | path

Searched refs:samplerArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp389 std::ostringstream samplerArray; in getGlslSamplerDecl() local
390 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl()
392 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()
405 std::ostringstream samplerArray; in getGlslFragColorDecl() local
406 samplerArray << "fragColors[" << imageCount << "]"; in getGlslFragColorDecl()
408 return imageCount > 1 ? samplerArray.str() : "fragColor"; in getGlslFragColorDecl()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1989 std::ostringstream samplerArray; in getGlslSamplerDecl() local
1990 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl()
1992 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()