Searched refs:R200_STIPPLE_ENABLE (Results 1 – 3 of 3) sorted by relevance
267 #define R200_STIPPLE_ENABLE 0x1 macro
1882 rmesa->hw.set.cmd[SET_RE_CNTL] |= R200_STIPPLE_ENABLE; in r200Enable()1884 rmesa->hw.set.cmd[SET_RE_CNTL] &= ~R200_STIPPLE_ENABLE; in r200Enable()
338 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE) in check_polygon_stipple()