Searched refs:out_compsel (Results 1 – 1 of 1) sorted by relevance
428 GLuint out_compsel = 0; in r200_run_tcl_render() local434 out_compsel = R200_OUTPUT_XYZW; in r200_run_tcl_render()436 out_compsel |= R200_OUTPUT_COLOR_0; in r200_run_tcl_render()439 out_compsel |= R200_OUTPUT_COLOR_1; in r200_run_tcl_render()442 out_compsel |= R200_OUTPUT_DISCRETE_FOG; in r200_run_tcl_render()445 out_compsel |= R200_OUTPUT_PT_SIZE; in r200_run_tcl_render()449 out_compsel |= R200_OUTPUT_TEX_0 << (i - VARYING_SLOT_TEX0); in r200_run_tcl_render()452 if (rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] != out_compsel) { in r200_run_tcl_render()454 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] = out_compsel; in r200_run_tcl_render()