Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLoopTests.cpp1148 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); in init() local
1150 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1151 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init()
1177 loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp1162 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); in init() local
1164 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1165 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init()
1187 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1527 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); in init() local
1529 std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iterations"; in init()
1530 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init()
1554 std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp1286 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); in init() local
1288 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1289 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init()
1311 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1524 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); in init() local
1526 std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iterations"; in init()
1527 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init()

Completed in 10 milliseconds