Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_reg.h192 #define R200_STENCIL_ENABLE (1 << 7) macro
Dr200_state.c1917 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= R200_STENCIL_ENABLE; in r200Enable()
1919 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] &= ~R200_STENCIL_ENABLE; in r200Enable()