Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_two_side.c59 uint new_colors[2]; /**< TEMP regs */ member
129 ts->new_colors[0] = ts->num_temps; in emit_prolog()
130 ts->new_colors[1] = ts->num_temps + 1; in emit_prolog()
153 inst.Dst[0].Register.Index = ts->new_colors[i]; in emit_prolog()
187 inst->Src[i].Register.Index = ts->new_colors[j]; in xform_inst()