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

  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 513 string forLoopStr;
681 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < " + de::toString(iterCount) + "; i++)";
683 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < " + getIntUniformName(iterCount) + "; i++)";
685 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < one*" + getIntUniformName(iterCount) + "; i++)";
1111 params.insert(pair<string, string>("FOR_LOOP", forLoopStr));
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLoopTests.cpp 497 string forLoopStr;
666 forLoopStr =
669 forLoopStr =
672 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < one*" + getIntUniformName(iterCount) +
1104 params.insert(pair<string, string>("FOR_LOOP", forLoopStr));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 635 std::string forLoopStr;
803 forLoopStr = std::string("for (") + counterPrecisionStr + " int i = 0; i < " + de::toString(iterCount) + "; i++)";
805 forLoopStr = std::string("for (") + counterPrecisionStr + " int i = 0; i < " + getIntUniformName(iterCount) + "; i++)";
807 forLoopStr = std::string("for (") + counterPrecisionStr + " int i = 0; i < one*" + getIntUniformName(iterCount) + "; i++)";
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 557 string forLoopStr;
746 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < " + de::toString(iterCount) + "; i++)";
748 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < " + getIntUniformName(iterCount) + "; i++)";
750 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < one*" + getIntUniformName(iterCount) + "; i++)";
    [all...]

Completed in 3220 milliseconds