Searched refs:R200_DITHER_ENABLE (Results 1 – 3 of 3) sorted by relevance
187 #define R200_DITHER_ENABLE (1 << 2) macro
1734 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= R200_DITHER_ENABLE; in r200Enable()1737 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] &= ~R200_DITHER_ENABLE; in r200Enable()
979 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= R200_DITHER_ENABLE; in r200InitState()