Searched refs:sampleQuad2D (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 69 …Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Ve…
|
D | SamplerCore.cpp | 519 return sampleQuad2D(texture, u, v, w, a, offset, sample, lod, secondLOD, function); in sampleQuad() 527 Vector4s SamplerCore::sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const F… in sampleQuad2D() function in sw::SamplerCore
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 66 …Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, F…
|
D | SamplerCore.cpp | 732 return sampleQuad2D(texture, u, v, w, offset, lod, face, secondLOD, function); in sampleQuad() 740 …Vector4s SamplerCore::sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector… in sampleQuad2D() function in sw::SamplerCore
|