Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp515 string doWhileLoopPreStr; in createSpecialLoopCase() local
1048 doWhileLoopPreStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + "\tdo "; in createSpecialLoopCase()
1113 params.insert(pair<string, string>("DO_WHILE_PRE", doWhileLoopPreStr)); in createSpecialLoopCase()
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp499 string doWhileLoopPreStr; in createSpecialLoopCase() local
1040 doWhileLoopPreStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + "\tdo "; in createSpecialLoopCase()
1106 params.insert(pair<string, string>("DO_WHILE_PRE", doWhileLoopPreStr)); in createSpecialLoopCase()
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp559 string doWhileLoopPreStr; in createSpecialLoopCase() local
1155 doWhileLoopPreStr = string("\t") + counterPrecisionStr + " int i = 0;\n" + "\tdo "; in createSpecialLoopCase()
1220 params.insert(pair<string, string>("DO_WHILE_PRE", doWhileLoopPreStr)); in createSpecialLoopCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp648 std::string doWhileLoopPreStr; in createSpecialLoopCase() local
1390 doWhileLoopPreStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + "\tdo "; in createSpecialLoopCase()
1461 params.insert(std::pair<std::string, std::string>("DO_WHILE_PRE", doWhileLoopPreStr)); in createSpecialLoopCase()