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