HomeSort by relevance Sort by last modified time
    Searched refs:incrementStr (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 360 string incrementStr;
362 incrementStr = "ndx++";
366 incrementStr = string("ndx += ") + de::toString(1.0f / (float)numLoopIters);
368 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters);
370 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
382 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
393 op << "\t\t" + incrementStr + ";\n";
402 op << "\t\t" + incrementStr + ";\n";
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLoopTests.cpp 338 string incrementStr;
340 incrementStr = "ndx++";
344 incrementStr = string("ndx += ") + de::toString(1.0f / static_cast<float>(numLoopIters));
346 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters);
348 incrementStr = string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
363 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
374 op << "\t\t" + incrementStr + ";\n";
383 op << "\t\t" + incrementStr + ";\n";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 440 std::string incrementStr;
442 incrementStr = "ndx++";
446 incrementStr = std::string("ndx += ") + de::toString(1.0f / (float)numLoopIters);
448 incrementStr = std::string("ndx += ") + getFloatFractionUniformName(numLoopIters);
450 incrementStr = std::string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
462 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
473 op << "\t\t" + incrementStr + ";\n";
482 op << "\t\t" + incrementStr + ";\n";
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 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";
    [all...]

Completed in 59 milliseconds