Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp76 …void computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 &w, const Flo…
DSamplerCore.cpp115 computeLodCube(texture, lod, u, v, w, bias.x, dsx, dsy, M, function); in sampleTexture()
279 computeLodCube(texture, lod, u, v, w, bias.x, dsx, dsy, M, function); in sampleTexture()
1361 …void SamplerCore::computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 … in computeLodCube() function in sw::SamplerCore
/external/swiftshader/src/Shader/
DSamplerCore.hpp76 …void computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 &w, const Flo…
DSamplerCore.cpp115 computeLodCube(texture, lod, u, v, w, bias.x, dsx, dsy, M, function); in sampleTexture()
324 computeLodCube(texture, lod, u, v, w, bias.x, dsx, dsy, M, function); in sampleTexture()
1452 …void SamplerCore::computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 … in computeLodCube() function in sw::SamplerCore