Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp361 std::ostringstream samplerArray; in getGlslSamplerDecl() local
362 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl()
364 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()
377 std::ostringstream samplerArray; in getGlslFragColorDecl() local
378 samplerArray << "fragColors[" << imageCount << "]"; in getGlslFragColorDecl()
380 return imageCount > 1 ? samplerArray.str() : "fragColor"; in getGlslFragColorDecl()