Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp1782 …essellator::PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation ) in PlacePointIn1D() argument
1800fxpLocation = FXP_ONE_HALF; // special casing middle since 16 bit fixed math below can't reproduce… in PlacePointIn1D()
1821fxpLocation = fxpLocationOnFloorHalfTessFactor * (FXP_ONE - TessFactorCtx.fxpHalfTessFactorFractio… in PlacePointIn1D()
1823 fxpLocation = (fxpLocation + FXP_ONE_HALF/*round*/) >> FXP_FRACTION_BITS; // get back to n.16 in PlacePointIn1D()
1832 fxpLocation = FXP_ONE - fxpLocation; in PlacePointIn1D()
Dtessellator.hpp214 void PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation );
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp1796 …essellator::PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation ) in PlacePointIn1D() argument
1814fxpLocation = FXP_ONE_HALF; // special casing middle since 16 bit fixed math below can't reproduce… in PlacePointIn1D()
1835fxpLocation = fxpLocationOnFloorHalfTessFactor * (FXP_ONE - TessFactorCtx.fxpHalfTessFactorFractio… in PlacePointIn1D()
1837 fxpLocation = (fxpLocation + FXP_ONE_HALF/*round*/) >> FXP_FRACTION_BITS; // get back to n.16 in PlacePointIn1D()
1846 fxpLocation = FXP_ONE - fxpLocation; in PlacePointIn1D()
Dtessellator.hpp214 void PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation );