Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1203 std::string iterCountStr; in createSpecialLoopCase() local
1210 iterCountStr = de::toString(iterCount); in createSpecialLoopCase()
1217 iterCountStr = getIntUniformName(iterCount); in createSpecialLoopCase()
1224 iterCountStr = std::string("one*") + getIntUniformName(iterCount); in createSpecialLoopCase()
1231 params.insert(std::pair<std::string, std::string>("ITER_COUNT", iterCountStr)); in createSpecialLoopCase()