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

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

Completed in 6 milliseconds