Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2229 Sampler clampingSampler = sampler; in sampleCubeSeamlessNearest() local
2230 clampingSampler.wrapS = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearest()
2231 clampingSampler.wrapT = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearest()
2232 return faceAccess.sample2D(clampingSampler, Sampler::NEAREST, s, t, depth); in sampleCubeSeamlessNearest()
2542 Sampler clampingSampler = sampler; in sampleCubeSeamlessNearestCompare() local
2543 clampingSampler.wrapS = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearestCompare()
2544 clampingSampler.wrapT = Sampler::CLAMP_TO_EDGE; in sampleCubeSeamlessNearestCompare()
2545 …return faceAccess.sample2DCompare(clampingSampler, Sampler::NEAREST, ref, s, t, IVec3(0, 0, depth)… in sampleCubeSeamlessNearestCompare()