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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32]; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32]; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)

Completed in 141 milliseconds