Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp1288 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest1D() function
1560 case Sampler::NEAREST: return sampleNearest1D (*this, sampler, u, offset); in sample1DOffset()
1635 …case Sampler::NEAREST: return execCompare(sampleNearest1D(*this, sampler, u, offset), sampler.comp… in sample1DCompare()