Home
last modified time | relevance | path

Searched defs:usampler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp821 const std::string usampler = sampleCount > 1 ? "utexture2DMS" : "utexture2D"; in addCS() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp174 static const _sampler usampler = {"uint", "u"}; variable