Searched refs:sampleQuad (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 68 …Vector4s sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Vect…
|
D | SamplerCore.cpp | 437 c = sampleQuad(texture, u, v, w, a, offset, sample, lod, secondLOD, function); in sampleAniso() 468 c = sampleQuad(texture, u0, v0, w, a, offset, sample, lod, secondLOD, function); in sampleAniso() 515 Vector4s SamplerCore::sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Flo… in sampleQuad() function in sw::SamplerCore
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 65 …Vector4s sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Flo…
|
D | SamplerCore.cpp | 674 c = sampleQuad(texture, u, v, w, offset, lod, face, secondLOD, function); in sampleAniso() 705 c = sampleQuad(texture, u0, v0, w, offset, lod, face, secondLOD, function); in sampleAniso() 728 …Vector4s SamplerCore::sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f… in sampleQuad() function in sw::SamplerCore
|