Home
last modified time | relevance | path

Searched refs:loopTypeName (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLoopTests.cpp1144 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1150 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1176 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + in init()
1202 string desc = string(loopCaseName) + " loop with " + loopTypeName + " iteration count in " + in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp1158 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1164 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1187 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
1210 string desc = string(loopCaseName) + " loop with " + loopTypeName + " iteration count in " + shaderTypeName + " shader."; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1523 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1529 std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iterations"; in init()
1554 std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
1578 std::string desc = std::string(loopCaseName) + " loop with " + loopTypeName + " iteration count in " + shaderTypeName + " shader."; in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp1282 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1288 string groupName = string(loopTypeName) + "_" + string(loopCountName) + "_iterations"; in init()
1311 string desc = string(loopTypeName) + " loop with " + precisionName + dataTypeName + " " + loopCountName + " iteration count in " + shaderTypeName + " shader."; in init()
1334 string desc = string(loopCaseName) + " loop with " + loopTypeName + " iteration count in " + shaderTypeName + " shader."; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1520 const char* loopTypeName = getLoopTypeName((LoopType)loopType); in init() local
1526 std::string groupName = std::string(loopTypeName) + "_" + std::string(loopCountName) + "_iterations"; in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp2974 const char* loopTypeName = loopType == (int)LOOP_TYPE_STATIC ? "static"
2979 DE_ASSERT(loopTypeName != DE_NULL);
2981 TestCaseGroup* validLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");
2982 TestCaseGroup* invalidCharLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");
2983 TestCaseGroup* semanticErrorLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");
2984 TestCaseGroup* cacheLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp2954 const char* loopTypeName = loopType == (int)LOOP_TYPE_STATIC ? "static"
2959 DE_ASSERT(loopTypeName != DE_NULL);
2961 TestCaseGroup* validLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");
2962 TestCaseGroup* invalidCharLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");
2963 TestCaseGroup* semanticErrorLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");
2964 TestCaseGroup* cacheLoopTypeGroup = new TestCaseGroup(context, loopTypeName, "");

Completed in 46 milliseconds