Searched refs:loopStackDepth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_optimize.c | 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; local in function:_mesa_find_temp_intervals 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, 916 update_interval(GLint intBegin[],GLint intEnd[],struct loop_info * loopStack,GLuint loopStackDepth,GLuint index,GLuint ic) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_optimize.c | 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; local in function:find_temp_intervals 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, 916 update_interval(GLint intBegin[],GLint intEnd[],struct loop_info * loopStack,GLuint loopStackDepth,GLuint index,GLuint ic) argument [all...] |
Completed in 4 milliseconds