Lines Matching refs:loopCountName
1162 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType);
1164 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations";
1165 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter.";
1187 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader.";