Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.hpp52 …void sampleFloat(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 &w, Float &lod,…
DSamplerCore.cpp1179 sampleFloat(texture, c, u, v, w, lod, face, secondLOD); in sampleFloatAniso()
1208 sampleFloat(texture, c, u0, v0, w, lod, face, secondLOD); in sampleFloatAniso()
1229 …void SamplerCore::sampleFloat(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 &w… in sampleFloat() function in sw::SamplerCore