Home
last modified time | relevance | path

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

/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.cpp636 std::string whileLoopStr; in createSpecialLoopCase() local
985whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::t… in createSpecialLoopCase()
987whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIn… in createSpecialLoopCase()
989whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + g… in createSpecialLoopCase()
1234 params.insert(std::pair<std::string, std::string>("WHILE_LOOP", whileLoopStr)); in createSpecialLoopCase()