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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_optimize.c1127 struct interval_list activeIntervals; local in function:_mesa_reallocate_registers
1128 activeIntervals.Num = 0;
1142 for (j = 0; j < (GLint) activeIntervals.Num; j++) {
1143 const struct interval *inv = activeIntervals.Intervals + j;
1159 remove_interval(&activeIntervals, inv);
1187 insert_interval_by_end(&activeIntervals, live);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; local in function:_mesa_reallocate_registers
1127 activeIntervals.Num = 0;
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) {
1142 const struct interval *inv = activeIntervals.Intervals + j;
1158 remove_interval(&activeIntervals, inv);
1186 insert_interval_by_end(&activeIntervals, live);

Completed in 4 milliseconds