Searched refs:sampleFloat (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 52 …void sampleFloat(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 &w, Float &lod,…
|
D | SamplerCore.cpp | 1179 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
|