Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp865 const std::string texelFormatStr = (isUint ? "uvec4" : isSint ? "ivec4" : "vec4"); in initPrograms() local
884 …<< " " << texelFormatStr << " color = texelFetch(colorTexture, ivec2(gl_FragCoord.xy), samp… in initPrograms()
891 …<< " " << texelFormatStr << " color = texelFetch(colorTexture, ivec3(gl_FragCoord.xy, layer… in initPrograms()