Searched defs:sampleNearest2D (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.cpp1755 static Vec4 sampleNearest2D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u, float v, const IVec3& offset) function in namespace:tcu
2038 case Sampler::NEAREST: return sampleNearest2D (*this, sampler, u, v, offset);
2116 case Sampler::NEAREST: return execCompare(sampleNearest2D(*this, sampler, u, v, offset), sampler.compare, sampler.compareChannel, ref, isFixedPointDepth);

Completed in 178 milliseconds