Home
last modified time | relevance | path

Searched refs:FixedFloor (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.h442 #define FixedFloor(X) ((X) & FIXED_INT_MASK) macro
Ds_triangle.c647 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \ in fast_persp_span()
648 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \ in fast_persp_span()
Ds_tritemp.h586 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON); in NAME()