Searched refs:clampingSampler (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 2847 Sampler clampingSampler = sampler; in sampleCubeSeamlessNearest() local 2848 clampingSampler.wrapS = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearest() 2849 clampingSampler.wrapT = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearest() 2850 return faceAccess.sample2D(clampingSampler, Sampler::NEAREST, s, t, depth); in sampleCubeSeamlessNearest() 3213 Sampler clampingSampler = sampler; in sampleCubeSeamlessNearestCompare() local 3214 clampingSampler.wrapS = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearestCompare() 3215 clampingSampler.wrapT = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearestCompare() 3216 …return faceAccess.sample2DCompare(clampingSampler, Sampler::NEAREST, ref, s, t, IVec3(0, 0, depth)… in sampleCubeSeamlessNearestCompare()
|