Home | History | Annotate | Download | only in r300

Lines Matching refs:color_control

75     uint32_t color_control = rs->color_control;
77 /* By default (see r300_state.c:r300_create_rs_state) color_control is
98 color_control |= R300_GA_COLOR_CONTROL_PROVOKING_VERTEX_SECOND;
103 color_control |= R300_GA_COLOR_CONTROL_PROVOKING_VERTEX_LAST;
106 color_control |= R300_GA_COLOR_CONTROL_PROVOKING_VERTEX_FIRST;
110 color_control |= R300_GA_COLOR_CONTROL_PROVOKING_VERTEX_LAST;
113 return color_control;