HomeSort by relevance Sort by last modified time
    Searched full:samplerarray (Results 1 - 1 of 1) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 338 std::ostringstream samplerArray;
339 samplerArray << "texSamplers[" << imageCount << "]";
341 return imageCount > 1 ? samplerArray.str() : "texSampler";
354 std::ostringstream samplerArray;
355 samplerArray << "fragColors[" << imageCount << "]";
357 return imageCount > 1 ? samplerArray.str() : "fragColor";

Completed in 117 milliseconds