HomeSort by relevance Sort by last modified time
    Searched refs:any_bcolor_used (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.c 111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED || local
141 } else if (any_bcolor_used ||
151 } else if (any_bcolor_used) {
r300_state_derived.c 323 boolean any_bcolor_used = vs_outputs->bcolor[0] != ATTR_UNUSED || local
358 if (vs_outputs->color[i] != ATTR_UNUSED || any_bcolor_used ||
394 if (any_bcolor_used) {
429 !(any_bcolor_used && r300->two_sided_color)) {
    [all...]

Completed in 79 milliseconds