Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_reg.h249 #define R200_ZBIAS_ENABLE_LINE (1 << 17) macro
Dr200_state.c1844 rmesa->hw.set.cmd[SET_SE_CNTL] |= R200_ZBIAS_ENABLE_LINE; in r200Enable()
1846 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~R200_ZBIAS_ENABLE_LINE; in r200Enable()