Searched refs:SUB_PIXEL_BITS (Results 1 – 3 of 3) sorted by relevance
145 #define SUB_PIXEL_BITS 4 macro
573 consts->SubPixelBits = SUB_PIXEL_BITS; in _mesa_init_constants()
144 const GLint snapMask = ~((FIXED_ONE / (1 << SUB_PIXEL_BITS)) - 1); /* for x/y coord snapping */ in NAME()