HomeSort by relevance Sort by last modified time
    Searched refs:computeLodCube (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Shader/
SamplerCore.hpp 76 void computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 &w, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, Float4 &M, SamplerFunction function);
SamplerCore.cpp 115 computeLodCube(texture, lod, u, v, w, bias.x, dsx, dsy, M, function);
326 computeLodCube(texture, lod, u, v, w, bias.x, dsx, dsy, M, function);
    [all...]

Completed in 466 milliseconds