Searched refs:iterCountStr (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 1073 string iterCountStr; in createSpecialLoopCase() local 1080 iterCountStr = de::toString(iterCount); in createSpecialLoopCase() 1087 iterCountStr = getIntUniformName(iterCount); in createSpecialLoopCase() 1094 iterCountStr = string("one*") + getIntUniformName(iterCount); in createSpecialLoopCase() 1102 params.insert(pair<string, string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 1081 string iterCountStr; in createSpecialLoopCase() local 1088 iterCountStr = de::toString(iterCount); in createSpecialLoopCase() 1095 iterCountStr = getIntUniformName(iterCount); in createSpecialLoopCase() 1102 iterCountStr = string("one*") + getIntUniformName(iterCount); in createSpecialLoopCase() 1109 params.insert(pair<string, string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 1188 string iterCountStr; in createSpecialLoopCase() local 1195 iterCountStr = de::toString(iterCount); in createSpecialLoopCase() 1202 iterCountStr = getIntUniformName(iterCount); in createSpecialLoopCase() 1209 iterCountStr = string("one*") + getIntUniformName(iterCount); in createSpecialLoopCase() 1216 params.insert(pair<string, string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 1425 std::string iterCountStr; in createSpecialLoopCase() local 1435 iterCountStr = de::toString(iterCount); in createSpecialLoopCase() 1442 iterCountStr = getIntUniformName(iterCount); in createSpecialLoopCase() 1449 iterCountStr = std::string("one*") + getIntUniformName(iterCount); in createSpecialLoopCase() 1456 params.insert(std::pair<std::string, std::string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 1425 std::string iterCountStr; in createSpecialLoopCase() local 1435 iterCountStr = de::toString(iterCount); in createSpecialLoopCase() 1442 iterCountStr = getIntUniformName(iterCount); in createSpecialLoopCase() 1449 iterCountStr = std::string("one*") + getIntUniformName(iterCount); in createSpecialLoopCase() 1456 params.insert(std::pair<std::string, std::string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase()
|