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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c 35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32]; local
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32]; local
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)

Completed in 42 milliseconds