Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_stipple.c34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32]; in stipple_quad() local
38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad()
41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()