Home | History | Annotate | Download | only in functional

Lines Matching refs:incrementStr

388 	string incrementStr;
390 incrementStr = "ndx++";
394 incrementStr = string("ndx += ") + de::toString(1.0f / (float)numLoopIters);
396 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters);
398 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
410 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
421 op << "\t\t" + incrementStr + ";\n";
430 op << "\t\t" + incrementStr + ";\n";