Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.hpp56 …void computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &x, Float4 &y, Float4 &z, const Flo…
DSamplerCore.cpp117 computeLodCube(texture, lod, lodX, lodY, lodZ, q.x, dsx, dsy, method); in sampleTexture()
345 computeLodCube(texture, lod, lodX, lodY, lodZ, q.x, dsx, dsy, method); in sampleTexture()
1461 …void SamplerCore::computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 … in computeLodCube() function in sw::SamplerCore