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 74 void computeLodCube(Pointer<Byte> &texture, Float &lod, Float4 &x, Float4 &y, Float4 &z, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerFunction function);
SamplerCore.cpp 120 computeLodCube(texture, lod, lodX, lodY, lodZ, lodBias, dsx, dsy, function);
352 computeLodCube(texture, lod, lodX, lodY, lodZ, lodBias, dsx, dsy, function);
    [all...]

Completed in 54 milliseconds