Home
last modified time | relevance | path

Searched refs:iterCountStr (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLoopTests.cpp1073 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/
Des3fShaderLoopTests.cpp1081 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/
Des2fShaderLoopTests.cpp1188 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/
DvktShaderRenderLoopTests.cpp1425 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/
DvktShaderRenderLoopTests.cpp1425 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()