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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_two_side.c59 uint new_colors[2]; /**< TEMP regs */ member in struct:two_side_transform_context
130 ts->new_colors[0] = ts->num_temps;
131 ts->new_colors[1] = ts->num_temps + 1;
154 inst.Dst[0].Register.Index = ts->new_colors[i];
188 inst->Src[i].Register.Index = ts->new_colors[j];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_two_side.c59 uint new_colors[2]; /**< TEMP regs */ member in struct:two_side_transform_context
130 ts->new_colors[0] = ts->num_temps;
131 ts->new_colors[1] = ts->num_temps + 1;
154 inst.Dst[0].Register.Index = ts->new_colors[i];
188 inst->Src[i].Register.Index = ts->new_colors[j];

Completed in 2 milliseconds