Searched refs:bit31 (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c19 static const uint bit31 = 1u << 31; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c66 static const uint bit31 = 1u << 31; local
83 if (pattern[i] & (bit31 >> j)) {

Completed in 168 milliseconds