Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.hpp53 …void sampleFloat2D(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 &w, Float &lo…
DSamplerCore.cpp1233 sampleFloat2D(texture, c, u, v, w, lod, face, secondLOD); in sampleFloat()
1241 …void SamplerCore::sampleFloat2D(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 … in sampleFloat2D() function in sw::SamplerCore