Searched refs:sampleQuad (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 47 …void sampleQuad(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Float &lod, …
|
D | SamplerCore.cpp | 700 sampleQuad(texture, c, u, v, w, lod, face, secondLOD); in sampleAniso() 731 sampleQuad(texture, c, u0, v0, w, lod, face, secondLOD); in sampleAniso() 752 …void SamplerCore::sampleQuad(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w,… in sampleQuad() function in sw::SamplerCore
|