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

/external/deqp/framework/common/
H A DtcuTexture.cpp1288 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, const IVec2& offset) function in namespace:tcu
1560 case Sampler::NEAREST: return sampleNearest1D (*this, sampler, u, offset);
1635 case Sampler::NEAREST: return execCompare(sampleNearest1D(*this, sampler, u, offset), sampler.compare, sampler.compareChannel, ref, isFixedPointDepth);

Completed in 44 milliseconds