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.c250 vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200ChooseVertexState()
277 if (vte != rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]) { in r200ChooseVertexState()
279 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = vte; in r200ChooseVertexState()
768 GLuint vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200PointsBitmap()
785 if (vte != rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]) { in r200PointsBitmap()
787 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = vte; in r200PointsBitmap()
803 orig_vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200PointsBitmap()
804 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] &= ~(R200_VPORT_X_SCALE_ENA | in r200PointsBitmap()
899 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = orig_vte; in r200PointsBitmap()
Dr200_tcl.c570 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] &= ~(R200_VTX_XY_FMT|R200_VTX_Z_FMT); in transition_to_hwtnl()
571 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] |= R200_VTX_W0_FMT; in transition_to_hwtnl()
Dr200_context.h125 #define VTE_SE_VTE_CNTL 1 macro
Dr200_state_init.c1126 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = in r200InitState()