Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
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 …(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration … in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
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/gles2/functional/
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 …(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration … in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1527 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); in init() local
1529 …std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iteration… in init()
1530 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init()
1554 …(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration … in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1527 const char* loopCountName = getLoopCountTypeName((LoopCountType)loopCountType); in init() local
1529 …std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iteration… in init()
1530 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init()
1554 …(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration … in init()