/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTests.cpp | 116 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str())); in createTestsInternal() 122 testGroup->addChild(createSynchronization2SmokeTests(testCtx)); in createTestsInternal() 123 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx)); in createTestsInternal() 125 testGroup->addChild(createNoneStageTests(testCtx)); in createTestsInternal() 127 testGroup->addChild(createImageLayoutTransitionTests(testCtx)); in createTestsInternal() 131 testGroup->addChild(createSmokeTests(testCtx)); in createTestsInternal() 132 testGroup->addChild(createTimelineSemaphoreTests(testCtx)); in createTestsInternal() 134 testGroup->addChild(createInternallySynchronizedObjects(testCtx)); in createTestsInternal() 136 testGroup->addChild(createWin32KeyedMutexTest(testCtx)); in createTestsInternal() 137 testGroup in createTestsInternal() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTests.cpp | 124 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str(), groupName.second.c_str())); in createTestsInternal() 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 in createTestsInternal() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiTests.cpp | 49 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument 52 addTestGroup(testGroup, "surface", createSurfaceTests, wsiType); in createTypeSpecificTests() 54 addTestGroup(testGroup, "swapchain", createSwapchainTests, wsiType); in createTypeSpecificTests() 56 addTestGroup(testGroup, "incremental_present", createIncrementalPresentTests, wsiType); in createTypeSpecificTests() 58 addTestGroup(testGroup, "display_timing", createDisplayTimingTests, wsiType); in createTypeSpecificTests() 60 addTestGroup(testGroup, "shared_presentable_image", createSharedPresentableImageTests, wsiType); in createTypeSpecificTests() 62 addTestGroup(testGroup, "colorspace", createColorSpaceTests, wsiType); in createTypeSpecificTests() 64 addTestGroup(testGroup, "colorspace_compare", createColorspaceCompareTests, wsiType); in createTypeSpecificTests() 66 addTestGroup(testGroup, "full_screen_exclusive", createFullScreenExclusiveTests, wsiType); in createTypeSpecificTests() 68 addTestGroup(testGroup, "present_id_wai in createTypeSpecificTests() [all...] |
H A D | vktWsiPresentIdWaitTests.cpp | 1096 void createPresentIdTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentIdTests() argument 1099 testGroup->addChild(new PresentIdWaitCase<PresentIdZeroInstance> (wsiType, testGroup->getTestContext(), "zero")); in createPresentIdTests() 1101 testGroup->addChild(new PresentIdWaitCase<PresentIdIncreasingInstance> (wsiType, testGroup->getTestContext(), "increasing")); in createPresentIdTests() 1103 testGroup->addChild(new PresentIdWaitCase<PresentIdInterleavedInstance> (wsiType, testGroup->getTestContext(), "interleaved")); in createPresentIdTests() 1106 void createPresentWaitTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentWaitTests() argument 1109 testGroup->addChild(new PresentIdWaitCase<PresentWaitSingleFrameInstance> (wsiType, testGroup in createPresentWaitTests() 1124 createPresentIdWaitTests(tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) createPresentIdWaitTests() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A 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", createIncrementalPresentTests, wsiType); in createTypeSpecificTests() 53 addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests, wsiType); in createTypeSpecificTests() 54 addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", createSharedPresentableImageTests, wsiType); in createTypeSpecificTests() 55 addTestGroup(testGroup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiType); in createTypeSpecificTests() 56 addTestGroup(testGroup, "colorspace_compare", "ColorSpace compare tests", createColorspaceCompareTests, wsiType); in createTypeSpecificTests() 57 addTestGroup(testGroup, "full_screen_exclusive", "VK_EXT_full_screen_exclusive tests", createFullScreenExclusiveTests, wsiType); in createTypeSpecificTests() 58 addTestGroup(testGroup, "present_id_wai in createTypeSpecificTests() [all...] |
H A D | vktWsiPresentIdWaitTests.cpp | 1096 void createPresentIdTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentIdTests() argument 1098 testGroup->addChild(new PresentIdWaitCase<PresentIdZeroInstance> (wsiType, testGroup->getTestContext(), "zero", "Use present id zero")); in createPresentIdTests() 1099 testGroup->addChild(new PresentIdWaitCase<PresentIdIncreasingInstance> (wsiType, testGroup->getTestContext(), "increasing", "Use increasing present ids")); in createPresentIdTests() 1100 testGroup->addChild(new PresentIdWaitCase<PresentIdInterleavedInstance> (wsiType, testGroup->getTestContext(), "interleaved", "Use increasing present ids interleaved with no ids")); in createPresentIdTests() 1103 void createPresentWaitTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentWaitTests() argument 1105 testGroup->addChild(new PresentIdWaitCase<PresentWaitSingleFrameInstance> (wsiType, testGroup in createPresentWaitTests() 1115 createPresentIdWaitTests(tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) createPresentIdWaitTests() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A 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()
|
H A 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/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 583 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "depth_stencil_write_conditions")); in createDepthStencilWriteConditionsTests() 599 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 600 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix, BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 603 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + postfix, BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 604 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize" + postfix, BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 605 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 606 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postfix, BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 607 testGroup in createDepthStencilWriteConditionsTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 585 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "depth_stencil_write_conditions", "Depth/Stencil Write conditions tests")); in createDepthStencilWriteConditionsTests() 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 603 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 604 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix, "", BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 605 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + postfix, "", BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 606 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 607 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, "", BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 608 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postfix, "", BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 609 testGroup in createDepthStencilWriteConditionsTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A 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()
|
H A 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", params)); 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 in createTests() [all...] |
H A 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_no_buildgn/vulkan/draw/ |
H A 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()
|
H A 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", "", params)); 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 in createTests() [all...] |
H A 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()
|
H A 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/ |
H A D | vktInfoTests.cpp | 247 void createInfoTests (tcu::TestCaseGroup* testGroup) in createInfoTests() argument 249 addFunctionCase(testGroup, "build", logBuildInfo); in createInfoTests() 250 addFunctionCase(testGroup, "device", logDeviceInfo); in createInfoTests() 251 addFunctionCase(testGroup, "platform", logPlatformInfo); in createInfoTests() 252 addFunctionCase(testGroup, "memory_limits", logPlatformMemoryLimits); in createInfoTests() 254 api::createFeatureInfoInstanceTests(testGroup); in createInfoTests() 255 api::createFeatureInfoDeviceTests(testGroup); in createInfoTests() 256 api::createFeatureInfoDeviceGroupTests(testGroup); in createInfoTests()
|
H A D | vktTestGroupUtil.hpp | 35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup); 36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup); 72 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 73 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 99 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1); 100 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 412 de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer")); in createFillUpdateCopyBufferFloatTests() 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")); in createFillUpdateCopyBufferIntegerTests() 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())); in createFillUpdateCopyBufferUnsignedTests() 618 testGroup in createFillUpdateCopyBufferUnsignedTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 412 de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_str())); in createFillUpdateCopyBufferFloatTests() 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.c_str())); in createFillUpdateCopyBufferIntegerTests() 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(), (desc + " using " + groupName.c_str() + " command buffer").c_str())); in createFillUpdateCopyBufferUnsignedTests() 618 testGroup in createFillUpdateCopyBufferUnsignedTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A 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/ |
H A 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/ |
H A 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/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBallotBroadcastTests.cpp | 496 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? computeGroupARB.get() : computeGroup.get(); in createSubgroupsBallotBroadcastTests() local 509 addFunctionCaseWithPrograms(testGroup, name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests() 526 addFunctionCaseWithPrograms(testGroup, testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests() 535 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? meshGroupARB.get() : meshGroup.get(); in createSubgroupsBallotBroadcastTests() local 548 addFunctionCaseWithPrograms(testGroup, name + stageName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests() 565 addFunctionCaseWithPrograms(testGroup, testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests() 571 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? graphicGroupARB.get() : graphicGroup.get(); in createSubgroupsBallotBroadcastTests() local 583 addFunctionCaseWithPrograms(testGroup, name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests() 587 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? framebufferGroupARB.get() : framebufferGroup.get(); in createSubgroupsBallotBroadcastTests() local 602 addFunctionCaseWithPrograms(testGroup, nam in createSubgroupsBallotBroadcastTests() [all...] |