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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c45 unsigned color_tmp; // frag color temp register member in struct:aa_transform_context
110 ts->color_tmp = ts->num_tmp++;
112 tgsi_transform_temps_decl(ctx, ts->tmp, ts->color_tmp);
222 dst->Register.Index = ts->color_tmp;
239 assert(ts->color_tmp != INVALID_INDEX);
245 TGSI_FILE_TEMPORARY, ts->color_tmp);
251 TGSI_FILE_TEMPORARY, ts->color_tmp,
296 transform.color_tmp = INVALID_INDEX;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c45 unsigned color_tmp; // frag color temp register member in struct:aa_transform_context
110 ts->color_tmp = ts->num_tmp++;
112 tgsi_transform_temps_decl(ctx, ts->tmp, ts->color_tmp);
222 dst->Register.Index = ts->color_tmp;
239 assert(ts->color_tmp != INVALID_INDEX);
245 TGSI_FILE_TEMPORARY, ts->color_tmp);
251 TGSI_FILE_TEMPORARY, ts->color_tmp,
296 transform.color_tmp = INVALID_INDEX;

Completed in 2 milliseconds