Searched refs:sampleFilter (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 45 …void sampleFilter(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Float &lod…
|
D | SamplerCore.cpp | 127 sampleFilter(texture, c, uuuu, vvvv, wwww, lod, anisotropy, uDelta, vDelta, face, method); in sampleTexture() 600 …void SamplerCore::sampleFilter(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &… in sampleFilter() function in sw::SamplerCore
|