Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp389 FXP fxpCeil(const FXP& input) in fxpCeil() function
1715 numPoints = (fxpCeil(FXP_ONE_HALF + (fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS; in NumPointsForTessFactor()
1719 numPoints = ((fxpCeil((fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS)+1; in NumPointsForTessFactor()
1735 FXP fxpCeilHalfTessFactor = fxpCeil(fxpHalfTessFactor); in ComputeTessFactorContext()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp403 FXP fxpCeil(const FXP& input) in fxpCeil() function
1729 numPoints = (fxpCeil(FXP_ONE_HALF + (fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS; in NumPointsForTessFactor()
1733 numPoints = ((fxpCeil((fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS)+1; in NumPointsForTessFactor()
1749 FXP fxpCeilHalfTessFactor = fxpCeil(fxpHalfTessFactor); in ComputeTessFactorContext()