Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c533 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] &= ~(R200_VAP_TCL_ENABLE|R200_VAP_PROG_VTX_SHADER_ENABLE); in transition_to_swtnl()
553 rmesa->hw.vap.cmd[VAP_SE_VAP_CNTL] |= R200_VAP_TCL_ENABLE; in transition_to_hwtnl()
Dr200_reg.h342 #define R200_VAP_TCL_ENABLE 0x00000001 macro
Dr200_state_init.c1127 (R200_VAP_TCL_ENABLE | in r200InitState()