Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1915 static Vec4 sampleNearest2D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest2D() function
2352 case Sampler::NEAREST: return sampleNearest2D (*this, sampler, u, v, offset); in sample2DOffset()
2432 …case Sampler::NEAREST: return execCompare(sampleNearest2D(*this, sampler, u, v, offset), sampler.c… in sample2DCompare()