Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp74 …Vector4f sampleFloat2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, F…
DSamplerCore.cpp965 return sampleFloat2D(texture, u, v, w, a, dRef, offset, sample, lod, secondLOD, function); in sampleFloat()
973 Vector4f SamplerCore::sampleFloat2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const … in sampleFloat2D() function in sw::SamplerCore
/external/swiftshader/src/Shader/
DSamplerCore.hpp71 …Vector4f sampleFloat2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4…
DSamplerCore.cpp1202 return sampleFloat2D(texture, u, v, w, q, offset, lod, face, secondLOD, function); in sampleFloat()
1210 …Vector4f SamplerCore::sampleFloat2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float… in sampleFloat2D() function in sw::SamplerCore