Home | History | Annotate | Download | only in functional

Lines Matching refs:loopCountName

1286 			const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType);
1288 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations";
1289 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter.";
1311 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader.";