Searched refs:sampleQuad2D (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 66 …Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, F…
|
D | SamplerCore.cpp | 640 return sampleQuad2D(texture, u, v, w, offset, lod, face, secondLOD, function); in sampleQuad() 648 …Vector4s SamplerCore::sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector… 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 | 731 return sampleQuad2D(texture, u, v, w, offset, lod, face, secondLOD, function); in sampleQuad() 739 …Vector4s SamplerCore::sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector… in sampleQuad2D() function in sw::SamplerCore
|