Home
last modified time | relevance | path

Searched refs:sampleQuad (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.hpp47 …void sampleQuad(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Float &lod, …
DSamplerCore.cpp700 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