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

/external/deqp/framework/common/
H A DtcuTexture.cpp1993 Vec4 ConstPixelBufferAccess::sample3D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, float r) const function in class:tcu::ConstPixelBufferAccess
/external/swiftshader/src/Shader/
H A DSamplerCore.cpp739 return sample3D(texture, u, v, w, offset, lod, secondLOD, function);
938 Vector4s SamplerCore::sample3D(Pointer<Byte> &texture, Float4 &u_, Float4 &v_, Float4 &w_, Vector4f &offset, Float &lod, bool secondLOD, SamplerFunction function) function in class:sw::SamplerCore

Completed in 152 milliseconds