Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp73 …Vector4f sampleFloat(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Flo…
DSamplerCore.cpp909 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/
DSamplerCore.hpp70 …Vector4f sampleFloat(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f …
DSamplerCore.cpp1146 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