Searched refs:FixedFloor (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h442 #define FixedFloor(X) ((X) & FIXED_INT_MASK) macro
H A Ds_triangle.c364 /* Isn't it necessary to use FixedFloor below?? */ \
381 /* Isn't it necessary to use FixedFloor below?? */ \
647 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
648 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \
H A Ds_tritemp.h586 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h443 #define FixedFloor(X) ((X) & FIXED_INT_MASK) macro
H A Ds_triangle.c364 /* Isn't it necessary to use FixedFloor below?? */ \
381 /* Isn't it necessary to use FixedFloor below?? */ \
647 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
648 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \
H A Ds_tritemp.h587 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON);

Completed in 9 milliseconds