Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.hpp54 …void sampleFloat3D(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 &w, Float &lo…
DSamplerCore.cpp1237 sampleFloat3D(texture, c, u, v, w, lod, secondLOD); in sampleFloat()
1307 …void SamplerCore::sampleFloat3D(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 … in sampleFloat3D() function in sw::SamplerCore