OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_compsel
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c
429
GLuint
out_compsel
= 0;
local
435
out_compsel
= R200_OUTPUT_XYZW;
437
out_compsel
|= R200_OUTPUT_COLOR_0;
440
out_compsel
|= R200_OUTPUT_COLOR_1;
443
out_compsel
|= R200_OUTPUT_DISCRETE_FOG;
446
out_compsel
|= R200_OUTPUT_PT_SIZE;
450
out_compsel
|= R200_OUTPUT_TEX_0 << (i - VERT_RESULT_TEX0);
453
if (rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] !=
out_compsel
) {
455
rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_COMPSEL] =
out_compsel
;
Completed in 63 milliseconds