/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 124 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str(),… in createTestsInternal() local 130 testGroup->addChild(createSynchronization2SmokeTests(testCtx)); in createTestsInternal() 131 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx)); in createTestsInternal() 133 testGroup->addChild(createNoneStageTests(testCtx)); in createTestsInternal() 135 testGroup->addChild(createImageLayoutTransitionTests(testCtx)); in createTestsInternal() 139 testGroup->addChild(createSmokeTests(testCtx)); in createTestsInternal() 140 testGroup->addChild(createTimelineSemaphoreTests(testCtx)); in createTestsInternal() 142 testGroup->addChild(createInternallySynchronizedObjects(testCtx)); in createTestsInternal() 144 testGroup->addChild(createWin32KeyedMutexTest(testCtx)); in createTestsInternal() 145 testGroup->addChild(createGlobalPriorityQueueTests(testCtx)); in createTestsInternal() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 124 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str(),… in createTestsInternal() local 130 testGroup->addChild(createSynchronization2SmokeTests(testCtx)); in createTestsInternal() 131 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx)); in createTestsInternal() 133 testGroup->addChild(createNoneStageTests(testCtx)); in createTestsInternal() 135 testGroup->addChild(createImageLayoutTransitionTests(testCtx)); in createTestsInternal() 139 testGroup->addChild(createSmokeTests(testCtx)); in createTestsInternal() 140 testGroup->addChild(createTimelineSemaphoreTests(testCtx)); in createTestsInternal() 142 testGroup->addChild(createInternallySynchronizedObjects(testCtx)); in createTestsInternal() 144 testGroup->addChild(createWin32KeyedMutexTest(testCtx)); in createTestsInternal() 145 testGroup->addChild(createGlobalPriorityQueueTests(testCtx)); in createTestsInternal() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiTests.cpp | 48 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument 50 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType); in createTypeSpecificTests() 51 …addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType… in createTypeSpecificTests() 52 …addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalP… in createTypeSpecificTests() 53 …addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests,… in createTypeSpecificTests() 54 …addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", creat… in createTypeSpecificTests() 55 …addTestGroup(testGroup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiTy… in createTypeSpecificTests() 56 …addTestGroup(testGroup, "colorspace_compare", "ColorSpace compare tests", createColorspaceCom… in createTypeSpecificTests() 57 …addTestGroup(testGroup, "full_screen_exclusive", "VK_EXT_full_screen_exclusive tests", createFull… in createTypeSpecificTests() 58 …addTestGroup(testGroup, "present_id_wait", "VK_KHR_present_(id|wait) tests", createPresentIdWa… in createTypeSpecificTests()
|
D | vktWsiPresentIdWaitTests.cpp | 1096 void createPresentIdTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentIdTests() argument 1098 …testGroup->addChild(new PresentIdWaitCase<PresentIdZeroInstance> (wsiType, testGroup->getTestCont… in createPresentIdTests() 1099 …testGroup->addChild(new PresentIdWaitCase<PresentIdIncreasingInstance> (wsiType, testGroup->getTes… in createPresentIdTests() 1100 …testGroup->addChild(new PresentIdWaitCase<PresentIdInterleavedInstance> (wsiType, testGroup->getTe… in createPresentIdTests() 1103 void createPresentWaitTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentWaitTests() argument 1105 …testGroup->addChild(new PresentIdWaitCase<PresentWaitSingleFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests() 1106 …testGroup->addChild(new PresentIdWaitCase<PresentWaitPastFrameInstance> (wsiType, testGroup->getT… in createPresentWaitTests() 1107 …testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFramesInstance> (wsiType, testGroup->getTe… in createPresentWaitTests() 1108 …testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFrameIdInstance> (wsiType, testGroup->getT… in createPresentWaitTests() 1109 …testGroup->addChild(new PresentIdWaitCase<PresentWaitFutureFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiTests.cpp | 48 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument 50 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType); in createTypeSpecificTests() 51 …addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType… in createTypeSpecificTests() 52 …addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalP… in createTypeSpecificTests() 53 …addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests,… in createTypeSpecificTests() 54 …addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", creat… in createTypeSpecificTests() 55 …addTestGroup(testGroup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiTy… in createTypeSpecificTests() 56 …addTestGroup(testGroup, "colorspace_compare", "ColorSpace compare tests", createColorspaceCom… in createTypeSpecificTests() 57 …addTestGroup(testGroup, "full_screen_exclusive", "VK_EXT_full_screen_exclusive tests", createFull… in createTypeSpecificTests() 58 …addTestGroup(testGroup, "present_id_wait", "VK_KHR_present_(id|wait) tests", createPresentIdWa… in createTypeSpecificTests()
|
D | vktWsiPresentIdWaitTests.cpp | 1096 void createPresentIdTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentIdTests() argument 1098 …testGroup->addChild(new PresentIdWaitCase<PresentIdZeroInstance> (wsiType, testGroup->getTestCont… in createPresentIdTests() 1099 …testGroup->addChild(new PresentIdWaitCase<PresentIdIncreasingInstance> (wsiType, testGroup->getTes… in createPresentIdTests() 1100 …testGroup->addChild(new PresentIdWaitCase<PresentIdInterleavedInstance> (wsiType, testGroup->getTe… in createPresentIdTests() 1103 void createPresentWaitTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentWaitTests() argument 1105 …testGroup->addChild(new PresentIdWaitCase<PresentWaitSingleFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests() 1106 …testGroup->addChild(new PresentIdWaitCase<PresentWaitPastFrameInstance> (wsiType, testGroup->getT… in createPresentWaitTests() 1107 …testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFramesInstance> (wsiType, testGroup->getTe… in createPresentWaitTests() 1108 …testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFrameIdInstance> (wsiType, testGroup->getT… in createPresentWaitTests() 1109 …testGroup->addChild(new PresentIdWaitCase<PresentWaitFutureFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 585 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "depth_stencil_write_con… in createDepthStencilWriteConditionsTests() local 601 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "",… in createDepthStencilWriteConditionsTests() 602 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix… in createDepthStencilWriteConditionsTests() 603 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + p… in createDepthStencilWriteConditionsTests() 604 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix… in createDepthStencilWriteConditionsTests() 605 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + po… in createDepthStencilWriteConditionsTests() 606 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize… in createDepthStencilWriteConditionsTests() 607 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, "… in createDepthStencilWriteConditionsTests() 608 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postf… in createDepthStencilWriteConditionsTests() 609 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write_initialize" +… in createDepthStencilWriteConditionsTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 585 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "depth_stencil_write_con… in createDepthStencilWriteConditionsTests() local 601 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "",… in createDepthStencilWriteConditionsTests() 602 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix… in createDepthStencilWriteConditionsTests() 603 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + p… in createDepthStencilWriteConditionsTests() 604 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix… in createDepthStencilWriteConditionsTests() 605 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + po… in createDepthStencilWriteConditionsTests() 606 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize… in createDepthStencilWriteConditionsTests() 607 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, "… in createDepthStencilWriteConditionsTests() 608 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postf… in createDepthStencilWriteConditionsTests() 609 …testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write_initialize" +… in createDepthStencilWriteConditionsTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 241 void createInfoTests (tcu::TestCaseGroup* testGroup) in createInfoTests() argument 243 addFunctionCase(testGroup, "build", "Build Info", logBuildInfo); in createInfoTests() 244 addFunctionCase(testGroup, "device", "Device Info", logDeviceInfo); in createInfoTests() 245 addFunctionCase(testGroup, "platform", "Platform Info", logPlatformInfo); in createInfoTests() 246 addFunctionCase(testGroup, "memory_limits", "Platform Memory Limits", logPlatformMemoryLimits); in createInfoTests() 248 api::createFeatureInfoInstanceTests (testGroup); in createInfoTests() 249 api::createFeatureInfoDeviceTests (testGroup); in createInfoTests() 250 api::createFeatureInfoDeviceGroupTests (testGroup); in createInfoTests()
|
D | vktTestGroupUtil.hpp | 35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup); 36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup); 73 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 74 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 101 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1); 102 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktInfoTests.cpp | 241 void createInfoTests (tcu::TestCaseGroup* testGroup) in createInfoTests() argument 243 addFunctionCase(testGroup, "build", "Build Info", logBuildInfo); in createInfoTests() 244 addFunctionCase(testGroup, "device", "Device Info", logDeviceInfo); in createInfoTests() 245 addFunctionCase(testGroup, "platform", "Platform Info", logPlatformInfo); in createInfoTests() 246 addFunctionCase(testGroup, "memory_limits", "Platform Memory Limits", logPlatformMemoryLimits); in createInfoTests() 248 api::createFeatureInfoInstanceTests (testGroup); in createInfoTests() 249 api::createFeatureInfoDeviceTests (testGroup); in createInfoTests() 250 api::createFeatureInfoDeviceGroupTests (testGroup); in createInfoTests()
|
D | vktTestGroupUtil.hpp | 35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup); 36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup); 73 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 74 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 101 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1); 102 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawOutputLocationTests.cpp | 50 void createTests (tcu::TestCaseGroup* testGroup) in createTests() argument 53 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests() 92 testGroup->addChild(array); in createTests() 115 testGroup->addChild(shuffle); in createTests() 125 DE_UNREF(testGroup); in createTests()
|
D | vktDrawScissorTests.cpp | 705 void createTests (TestCaseGroup* testGroup, const SharedGroupParams groupParams) in createTests() argument 707 TestContext& testCtx = testGroup->getTestContext(); in createTests() 721 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_quads", "", params)); in createTests() 732 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_clears", "", params)); in createTests() 743 testGroup->addChild(new ScissorTestCase(testCtx, "two_static_scissors_one_quad", "", params)); in createTests() 753 …testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_partially_outside_viewport", "", … in createTests() 763 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_outside_viewport", "", params)); in createTests() 773 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_viewport_border", "", params)); in createTests() 783 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_max_int32", "", params)); in createTests() 796 testGroup->addChild(new ScissorTestCase(testCtx, "16_static_scissors", "", params)); in createTests() [all …]
|
D | vktDrawShaderInvocationTests.cpp | 55 void createTests(tcu::TestCaseGroup* testGroup) in createTests() argument 57 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests() 63 testGroup->addChild(testCase); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawOutputLocationTests.cpp | 50 void createTests (tcu::TestCaseGroup* testGroup) in createTests() argument 53 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests() 92 testGroup->addChild(array); in createTests() 115 testGroup->addChild(shuffle); in createTests() 125 DE_UNREF(testGroup); in createTests()
|
D | vktDrawScissorTests.cpp | 705 void createTests (TestCaseGroup* testGroup, const SharedGroupParams groupParams) in createTests() argument 707 TestContext& testCtx = testGroup->getTestContext(); in createTests() 721 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_quads", "", params)); in createTests() 732 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_clears", "", params)); in createTests() 743 testGroup->addChild(new ScissorTestCase(testCtx, "two_static_scissors_one_quad", "", params)); in createTests() 753 …testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_partially_outside_viewport", "", … in createTests() 763 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_outside_viewport", "", params)); in createTests() 773 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_viewport_border", "", params)); in createTests() 783 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_max_int32", "", params)); in createTests() 796 testGroup->addChild(new ScissorTestCase(testCtx, "16_static_scissors", "", params)); in createTests() [all …]
|
D | vktDrawShaderInvocationTests.cpp | 55 void createTests(tcu::TestCaseGroup* testGroup) in createTests() argument 57 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests() 63 testGroup->addChild(testCase); in createTests()
|
D | vktDrawDepthBiasTests.cpp | 40 void createTests (tcu::TestCaseGroup* testGroup) in createTests() argument 42 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests() 66 testGroup->addChild(testCase); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 412 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests() local 413 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferFloatTests() 414 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests() 415 return testGroup.release(); in createFillUpdateCopyBufferFloatTests() 523 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "integer_buffer", desc.… in createFillUpdateCopyBufferIntegerTests() local 524 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferIntegerTests() 525 …testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)… in createFillUpdateCopyBufferIntegerTests() 526 return testGroup.release(); in createFillUpdateCopyBufferIntegerTests() 617 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (des… in createFillUpdateCopyBufferUnsignedTests() local 618 testGroup->addChild(staticTests.release()); in createFillUpdateCopyBufferUnsignedTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 412 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests() local 413 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferFloatTests() 414 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests() 415 return testGroup.release(); in createFillUpdateCopyBufferFloatTests() 523 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "integer_buffer", desc.… in createFillUpdateCopyBufferIntegerTests() local 524 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferIntegerTests() 525 …testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)… in createFillUpdateCopyBufferIntegerTests() 526 return testGroup.release(); in createFillUpdateCopyBufferIntegerTests() 617 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (des… in createFillUpdateCopyBufferUnsignedTests() local 618 testGroup->addChild(staticTests.release()); in createFillUpdateCopyBufferUnsignedTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.hpp | 35 void createFeatureInfoInstanceTests (tcu::TestCaseGroup* testGroup); 36 void createFeatureInfoDeviceTests (tcu::TestCaseGroup* testGroup); 37 void createFeatureInfoDeviceGroupTests (tcu::TestCaseGroup* testGroup);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiFeatureInfo.hpp | 35 void createFeatureInfoInstanceTests (tcu::TestCaseGroup* testGroup); 36 void createFeatureInfoDeviceTests (tcu::TestCaseGroup* testGroup); 37 void createFeatureInfoDeviceGroupTests (tcu::TestCaseGroup* testGroup);
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestHierarchyIterator.hpp | 52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0; 53 virtual void leaveGroupNode (TestCaseGroup* testGroup) = 0; 69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children); 70 virtual void leaveGroupNode (TestCaseGroup* testGroup);
|
/third_party/vk-gl-cts/executor/ |
D | xeTestCase.cpp | 391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup() argument 393 addNodeAndParents(m_set, testGroup); in addGroup() 394 addChildren(m_set, testGroup); in addGroup() 418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup() argument 420 if (m_set.find(testGroup) != m_set.end()) in removeGroup() 422 m_set.erase(testGroup); in removeGroup() 423 removeChildren(m_set, testGroup); in removeGroup() 424 if (testGroup->getParent() != DE_NULL) in removeGroup() 425 removeEmptyGroups(m_set, testGroup->getParent()); in removeGroup()
|