Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_stipple.c19 static const uint bit31 = 1u << 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 = 1u << 31; in util_pstipple_update_stipple_texture() local
83 if (pattern[i] & (bit31 >> j)) { in util_pstipple_update_stipple_texture()
/external/libjpeg-turbo/simd/
Djsimdcpu.asm87 test eax, 1<<31 ; bit31:3DNow!(vendor independent)