Searched refs:highBit (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ | ||
| H A D | s_span.c | 680 const GLuint highBit = 1 << 31; local in function:stipple_polygon_span 682 GLuint i, m = highBit >> (GLuint) (span->x % 32); 689 m = highBit; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ | ||
| H A D | s_span.c | 680 const GLuint highBit = 1 << 31; local in function:stipple_polygon_span 682 GLuint i, m = highBit >> (GLuint) (span->x % 32); 689 m = highBit; |
Completed in 5 milliseconds