Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_stipple.c19 static const uint bit31 = 1 << 31; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c66 static const uint bit31 = 1 << 31; in util_pstipple_update_stipple_texture() local
84 if (pattern[i] & (bit31 >> j)) { in util_pstipple_update_stipple_texture()
/external/libjpeg-turbo/simd/
Djsimdcpu.asm88 test eax, 1<<31 ; bit31:3DNow!(vendor independent)
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c392 static const uint bit31 = 1 << 31; in pstip_update_texture() local
411 if (stipple[i] & (bit31 >> j)) { in pstip_update_texture()