Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_reg.h182 #define R200_ANTI_ALIAS_POLY 0x02000000 macro
Dr200_state.c1928 rmesa->hw.ctx.cmd[CTX_PP_CNTL] |= R200_ANTI_ALIAS_POLY; in r200Enable()
1930 rmesa->hw.ctx.cmd[CTX_PP_CNTL] &= ~R200_ANTI_ALIAS_POLY; in r200Enable()