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.c251 vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200ChooseVertexState()
279 if (vte != rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]) { in r200ChooseVertexState()
281 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = vte; in r200ChooseVertexState()
776 GLuint vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200PointsBitmap()
793 if (vte != rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]) { in r200PointsBitmap()
795 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = vte; in r200PointsBitmap()
811 orig_vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200PointsBitmap()
812 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] &= ~(R200_VPORT_X_SCALE_ENA | in r200PointsBitmap()
907 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.h123 #define VTE_SE_VTE_CNTL 1 macro
Dr200_state_init.c1128 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = in r200InitState()