HomeSort by relevance Sort by last modified time
    Searched refs:FIXED_FRAC_MASK (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 412 #define FIXED_FRAC_MASK (FIXED_ONE - 1)
413 #define FIXED_INT_MASK (~FIXED_FRAC_MASK)
s_triangle.c 383 const GLfixed sf = span->intTex[0] & FIXED_FRAC_MASK; \
384 const GLfixed tf = span->intTex[1] & FIXED_FRAC_MASK; \
648 const GLfixed sf = s_fix & FIXED_FRAC_MASK; \
649 const GLfixed tf = t_fix & FIXED_FRAC_MASK; \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 412 #define FIXED_FRAC_MASK (FIXED_ONE - 1)
413 #define FIXED_INT_MASK (~FIXED_FRAC_MASK)
s_triangle.c 383 const GLfixed sf = span->intTex[0] & FIXED_FRAC_MASK; \
384 const GLfixed tf = span->intTex[1] & FIXED_FRAC_MASK; \
648 const GLfixed sf = s_fix & FIXED_FRAC_MASK; \
649 const GLfixed tf = t_fix & FIXED_FRAC_MASK; \
    [all...]

Completed in 568 milliseconds