Searched refs:FIXED_FRAC_MASK (Results 1 – 2 of 2) sorted by relevance
432 #define FIXED_FRAC_MASK (FIXED_ONE - 1) macro433 #define FIXED_INT_MASK (~FIXED_FRAC_MASK)
384 const GLfixed sf = span->intTex[0] & FIXED_FRAC_MASK; \ in affine_span()385 const GLfixed tf = span->intTex[1] & FIXED_FRAC_MASK; \ in affine_span()649 const GLfixed sf = s_fix & FIXED_FRAC_MASK; \ in fast_persp_span()650 const GLfixed tf = t_fix & FIXED_FRAC_MASK; \ in fast_persp_span()