Searched refs:FIXED_EPSILON (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h433 #define FIXED_EPSILON 1 macro
441 #define FixedCeil(X) (((X) + FIXED_ONE - FIXED_EPSILON) & FIXED_INT_MASK)
H A Ds_tritemp.h584 fxLeftEdge = fsx - FIXED_EPSILON;
586 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON);
731 fxRightEdge = eRight->fsx - FIXED_EPSILON;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h434 #define FIXED_EPSILON 1 macro
442 #define FixedCeil(X) (((X) + FIXED_ONE - FIXED_EPSILON) & FIXED_INT_MASK)
H A Ds_tritemp.h585 fxLeftEdge = fsx - FIXED_EPSILON;
587 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON);
732 fxRightEdge = eRight->fsx - FIXED_EPSILON;

Completed in 7 milliseconds