Searched refs:loopCountName (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp1162 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); local
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.";
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1301 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); local
1303 std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iterations";
1304 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter.";
1328 std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader.";
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp1286 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); local
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.";

Completed in 39 milliseconds