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