Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_reg.h267 #define R200_STIPPLE_ENABLE 0x1 macro
Dr200_state.c1882 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()
Dr200_state_init.c338 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE) in check_polygon_stipple()