Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp1774 static Vec4 sampleNearest3D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest3D() function
2062 case Sampler::NEAREST: return sampleNearest3D (*this, sampler, u, v, w, offset); in sample3DOffset()