Searched refs:doWhileLoopPostStr (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLoopTests.cpp | 500 string doWhileLoopPostStr; in createSpecialLoopCase() local 1042 doWhileLoopPostStr = string(" while (++i < ") + de::toString(iterCount) + ");\n"; in createSpecialLoopCase() 1044 doWhileLoopPostStr = string(" while (++i < ") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1046 doWhileLoopPostStr = string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1107 params.insert(pair<string, string>("DO_WHILE_POST", doWhileLoopPostStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderLoopTests.cpp | 516 string doWhileLoopPostStr; in createSpecialLoopCase() local 1050 doWhileLoopPostStr = string(" while (++i < ") + de::toString(iterCount) + ");\n"; in createSpecialLoopCase() 1052 doWhileLoopPostStr = string(" while (++i < ") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1054 doWhileLoopPostStr = string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1114 params.insert(pair<string, string>("DO_WHILE_POST", doWhileLoopPostStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 646 std::string doWhileLoopPostStr; in createSpecialLoopCase() local 1389 doWhileLoopPostStr = std::string(" while (++i < ") + de::toString(iterCount) + ");\n"; in createSpecialLoopCase() 1391 doWhileLoopPostStr = std::string(" while (++i < ") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1393 doWhileLoopPostStr = std::string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1459 params.insert(std::pair<std::string, std::string>("DO_WHILE_POST", doWhileLoopPostStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderLoopTests.cpp | 649 std::string doWhileLoopPostStr; in createSpecialLoopCase() local 1392 doWhileLoopPostStr = std::string(" while (++i < ") + de::toString(iterCount) + ");\n"; in createSpecialLoopCase() 1394 doWhileLoopPostStr = std::string(" while (++i < ") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1396 doWhileLoopPostStr = std::string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1462 params.insert(std::pair<std::string, std::string>("DO_WHILE_POST", doWhileLoopPostStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderLoopTests.cpp | 560 string doWhileLoopPostStr; in createSpecialLoopCase() local 1157 doWhileLoopPostStr = string(" while (++i < ") + de::toString(iterCount) + ");\n"; in createSpecialLoopCase() 1159 doWhileLoopPostStr = string(" while (++i < ") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1161 doWhileLoopPostStr = string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n"; in createSpecialLoopCase() 1221 params.insert(pair<string, string>("DO_WHILE_POST", doWhileLoopPostStr)); in createSpecialLoopCase()
|
Completed in 9 milliseconds