Lines Matching defs:Start
354 * Scan forward in program from 'start' for the next occurances of TEMP[index].
362 GLuint start,
368 for (i = start; i < prog->arb.NumInstructions; i++) {
811 GLuint Start, End; /** Start/end instruction numbers */
863 assert(list->Intervals[k].Start == inv->Start);
882 if (ia->Start < ib->Start)
884 else if (ia->Start > ib->Start)
900 assert(list->Intervals[i].Start <= list->Intervals[i + 1].Start);
908 GLuint Start, End; /**< Start, end instructions of loop */
928 if (intBegin[index] < loopStack[i].Start) {
936 * interval begin at the start of the outermost loop.
938 if (loopStackDepth > 0 && ic > loopStack[0].Start && ic < loopStack[0].End) {
939 begin = loopStack[0].Start;
975 loopStack[loopStackDepth].Start = i;
1048 inv.Start = intBegin[i];
1062 inv->Reg, inv->Start, inv->End);
1065 for (j = 0; j < inv->Start; j++)
1067 for (j = inv->Start; j <= inv->End; j++)
1144 if (inv->End >= live->Start) {