Home
last modified time | relevance | path

Searched refs:clampingSampler (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp2967 Sampler clampingSampler = sampler; in sampleCubeSeamlessNearest() local
2968 clampingSampler.wrapS = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearest()
2969 clampingSampler.wrapT = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearest()
2970 return faceAccess.sample2D(clampingSampler, Sampler::NEAREST, s, t, depth); in sampleCubeSeamlessNearest()
3333 Sampler clampingSampler = sampler;
3334 clampingSampler.wrapS = Sampler::CLAMP_TO_EDGE;
3335 clampingSampler.wrapT = Sampler::CLAMP_TO_EDGE;
3336 return faceAccess.sample2DCompare(clampingSampler, Sampler::NEAREST, ref, s, t, IVec3(0, 0, depth));

Completed in 6 milliseconds