Searched refs:stipple1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c35 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/
H A Dsp_quad_stipple.c35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32]; local
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)

Completed in 131 milliseconds