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

  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 514 string whileLoopStr;
863 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toString(iterCount) + ")";
865 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIntUniformName(iterCount) + ")";
867 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + getIntUniformName(iterCount) + ")";
1112 params.insert(pair<string, string>("WHILE_LOOP", whileLoopStr));
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLoopTests.cpp 498 string whileLoopStr;
851 whileLoopStr =
854 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " +
857 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" +
1105 params.insert(pair<string, string>("WHILE_LOOP", whileLoopStr));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 636 std::string whileLoopStr;
985 whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toString(iterCount) + ")";
987 whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIntUniformName(iterCount) + ")";
989 whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + getIntUniformName(iterCount) + ")";
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 558 string whileLoopStr;
949 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toString(iterCount) + ")";
951 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIntUniformName(iterCount) + ")";
953 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + getIntUniformName(iterCount) + ")";
    [all...]

Completed in 116 milliseconds