Searched refs:SUB_PIXEL_BITS (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h145 #define SUB_PIXEL_BITS 4 macro
H A Dcontext.c575 consts->SubPixelBits = SUB_PIXEL_BITS;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h133 #define SUB_PIXEL_BITS 4 macro
H A Dcontext.c483 consts->SubPixelBits = SUB_PIXEL_BITS;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h70 * GLfixed and the value of SUB_PIXEL_BITS has a direct bearing on the
73 * If SUB_PIXEL_BITS=4 then we'll snap the vertices to the nearest
90 * SUB_PIXEL_BITS.
144 const GLint snapMask = ~((FIXED_ONE / (1 << SUB_PIXEL_BITS)) - 1); /* for x/y coord snapping */
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h70 * GLfixed and the value of SUB_PIXEL_BITS has a direct bearing on the
73 * If SUB_PIXEL_BITS=4 then we'll snap the vertices to the nearest
90 * SUB_PIXEL_BITS.
145 const GLint snapMask = ~((FIXED_ONE / (1 << SUB_PIXEL_BITS)) - 1); /* for x/y coord snapping */

Completed in 9 milliseconds