Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c429 GLuint out_compsel = 0; in r200_run_tcl_render() local
435 out_compsel = R200_OUTPUT_XYZW; in r200_run_tcl_render()
437 out_compsel |= R200_OUTPUT_COLOR_0; in r200_run_tcl_render()
440 out_compsel |= R200_OUTPUT_COLOR_1; in r200_run_tcl_render()
443 out_compsel |= R200_OUTPUT_DISCRETE_FOG; in r200_run_tcl_render()
446 out_compsel |= R200_OUTPUT_PT_SIZE; in r200_run_tcl_render()
450 out_compsel |= R200_OUTPUT_TEX_0 << (i - VERT_RESULT_TEX0); in r200_run_tcl_render()
453 if (rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] != out_compsel) { in r200_run_tcl_render()
455 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] = out_compsel; in r200_run_tcl_render()