Home | History | Annotate | Download | only in glsl

Lines Matching defs:iterations

90    int iterations;
100 iterations = ls->max_iterations;
102 /* Don't try to unroll loops where the number of iterations is not known
105 if (iterations < 0)
108 /* Don't try to unroll loops that have zillions of iterations either.
110 if (iterations > (int) max_iterations)
117 if (count.fail || count.nodes * iterations > (int)max_iterations * 5)
132 iterations = 1;
195 for (int i = 0; i < iterations; i++) {
226 for (int i = 0; i < iterations; i++) {