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