Searched refs:sampleFloatAniso (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 69 …Vector4f sampleFloatAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vect…
|
D | SamplerCore.cpp | 970 …Vector4f c = sampleFloatAniso(texture, u, v, w, q, offset, lod, anisotropy, uDelta, vDelta, face, … in sampleFloatFilter() 979 …Vector4f cc = sampleFloatAniso(texture, u, v, w, q, offset, lod, anisotropy, uDelta, vDelta, face,… in sampleFloatFilter() 1048 …Vector4f SamplerCore::sampleFloatAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Fl… in sampleFloatAniso() function in sw::SamplerCore
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 69 …Vector4f sampleFloatAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vect…
|
D | SamplerCore.cpp | 1061 …Vector4f c = sampleFloatAniso(texture, u, v, w, q, offset, lod, anisotropy, uDelta, vDelta, face, … in sampleFloatFilter() 1070 …Vector4f cc = sampleFloatAniso(texture, u, v, w, q, offset, lod, anisotropy, uDelta, vDelta, face,… in sampleFloatFilter() 1139 …Vector4f SamplerCore::sampleFloatAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Fl… in sampleFloatAniso() function in sw::SamplerCore
|