Searched refs:sampleNearest1D (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 1226 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest1D() function 1240 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest1D() function 1642 case Sampler::NEAREST: return sampleNearest1D (*this, sampler, u, level); in sample1D() 1686 case Sampler::NEAREST: return sampleNearest1D (*this, sampler, u, offset); in sample1DOffset() 1733 …case Sampler::NEAREST: return execCompare(sampleNearest1D(*this, sampler, u, offset), sampler.comp… in sample1DCompare()
|