Searched refs:kGroupName (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberGlslTests.cpp | 39 static const std::string kGroupName = "combined_operations"; in createCombinedOperationsGroup() local 46 de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Combined operations test group"}}; in createCombinedOperationsGroup() 49 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createCombinedOperationsGroup() 62 static const std::string kGroupName = "crash_test"; in createCrashTestGroup() local 73 de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Crash test group"}}; in createCrashTestGroup() 76 group->addChild(createAmberTestCase(testCtx, params.name.c_str(), params.description.c_str(), kGroupName.c_str(), params.name + ".amber", params.requirements)); in createCrashTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberGlslTests.cpp | 39 static const std::string kGroupName = "combined_operations"; in createCombinedOperationsGroup() local 46 de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Combined operations test group"}}; in createCombinedOperationsGroup() 49 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createCombinedOperationsGroup() 62 static const std::string kGroupName = "crash_test"; in createCrashTestGroup() local 73 de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Crash test group"}}; in createCrashTestGroup() 76 group->addChild(createAmberTestCase(testCtx, params.name.c_str(), params.description.c_str(), kGroupName.c_str(), params.name + ".amber", params.requirements)); in createCrashTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktNonRobustBufferAccessTests.cpp | 41 static const std::string kGroupName = "non_robust_buffer_access"; in createNonRobustBufferAccessTests() local 48 de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Non-robust buffer access test group"}}; in createNonRobustBufferAccessTests() 52 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createNonRobustBufferAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktNonRobustBufferAccessTests.cpp | 41 static const std::string kGroupName = "non_robust_buffer_access"; in createNonRobustBufferAccessTests() local 48 de::MovePtr<tcu::TestCaseGroup> group{new tcu::TestCaseGroup{testCtx, kGroupName.c_str(), "Non-robust buffer access test group"}}; in createNonRobustBufferAccessTests() 52 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createNonRobustBufferAccessTests()
|
Completed in 2 milliseconds