Searched refs:VTE_SE_VTE_CNTL (Results 1 – 4 of 4) sorted by relevance
250 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()
570 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()
125 #define VTE_SE_VTE_CNTL 1 macro
1126 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = in r200InitState()