Lines Matching defs:loopStackDepth
917 struct loop_info *loopStack, GLuint loopStackDepth,
927 for (i = 0; i < loopStackDepth; i++) {
938 if (loopStackDepth > 0 && ic > loopStack[0].Start && ic < loopStack[0].End) {
964 GLuint loopStackDepth = 0;
975 loopStack[loopStackDepth].Start = i;
976 loopStack[loopStackDepth].End = inst->BranchTarget;
977 loopStackDepth++;
980 loopStackDepth--;
993 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
1001 update_interval(intBegin, intEnd, loopStack, loopStackDepth,