Searched refs:sampleFloat (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 73 …Vector4f sampleFloat(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Flo…
|
D | SamplerCore.cpp | 909 c = sampleFloat(texture, u, v, w, a, dRef, offset, sample, lod, secondLOD, function); in sampleFloatAniso() 938 c = sampleFloat(texture, u0, v0, w, a, dRef, offset, sample, lod, secondLOD, function); in sampleFloatAniso() 961 Vector4f SamplerCore::sampleFloat(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Fl… in sampleFloat() function in sw::SamplerCore
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 70 …Vector4f sampleFloat(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f …
|
D | SamplerCore.cpp | 1146 c = sampleFloat(texture, u, v, w, q, offset, lod, face, secondLOD, function); in sampleFloatAniso() 1175 c = sampleFloat(texture, u0, v0, w, q, offset, lod, face, secondLOD, function); in sampleFloatAniso() 1198 …Vector4f SamplerCore::sampleFloat(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 … in sampleFloat() function in sw::SamplerCore
|