Home
last modified time | relevance | path

Searched refs:VTE_SE_VTE_CNTL (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c252 vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200ChooseVertexState()
280 if (vte != rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]) { in r200ChooseVertexState()
282 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = vte; in r200ChooseVertexState()
777 GLuint vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200PointsBitmap()
794 if (vte != rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]) { in r200PointsBitmap()
796 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = vte; in r200PointsBitmap()
812 orig_vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200PointsBitmap()
813 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] &= ~(R200_VPORT_X_SCALE_ENA | in r200PointsBitmap()
908 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = orig_vte; in r200PointsBitmap()
Dr200_tcl.c569 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] &= ~(R200_VTX_XY_FMT|R200_VTX_Z_FMT); in transition_to_hwtnl()
570 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] |= R200_VTX_W0_FMT; in transition_to_hwtnl()
Dr200_context.h122 #define VTE_SE_VTE_CNTL 1 macro
Dr200_state_init.c1129 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = in r200InitState()