Home
last modified time | relevance | path

Searched refs:whileLoopStr (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp498 string whileLoopStr; in createSpecialLoopCase() local
851 whileLoopStr = in createSpecialLoopCase()
854 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + in createSpecialLoopCase()
857 whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + in createSpecialLoopCase()
1105 params.insert(pair<string, string>("WHILE_LOOP", whileLoopStr)); in createSpecialLoopCase()
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp514 string whileLoopStr; in createSpecialLoopCase() local
863whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toStri… in createSpecialLoopCase()
865whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIntUnif… in createSpecialLoopCase()
867whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + getInt… in createSpecialLoopCase()
1112 params.insert(pair<string, string>("WHILE_LOOP", whileLoopStr)); in createSpecialLoopCase()
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp558 string whileLoopStr; in createSpecialLoopCase() local
949whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toStri… in createSpecialLoopCase()
951whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIntUnif… in createSpecialLoopCase()
953whileLoopStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + getInt… in createSpecialLoopCase()
1219 params.insert(pair<string, string>("WHILE_LOOP", whileLoopStr)); in createSpecialLoopCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp647 std::string whileLoopStr; in createSpecialLoopCase() local
1130whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::t… in createSpecialLoopCase()
1132whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIn… in createSpecialLoopCase()
1134whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + g… in createSpecialLoopCase()
1460 params.insert(std::pair<std::string, std::string>("WHILE_LOOP", whileLoopStr)); in createSpecialLoopCase()