HomeSort by relevance Sort by last modified time
    Searched refs:bit31 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c 19 static const uint bit31 = 1 << 31; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 19 static const uint bit31 = 1 << 31; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 66 static const uint bit31 = 1 << 31; local
84 if (pattern[i] & (bit31 >> j)) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 66 static const uint bit31 = 1 << 31; local
84 if (pattern[i] & (bit31 >> j)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 392 static const uint bit31 = 1 << 31; local
411 if (stipple[i] & (bit31 >> j)) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 392 static const uint bit31 = 1 << 31; local
411 if (stipple[i] & (bit31 >> j)) {

Completed in 979 milliseconds