Home
last modified time | relevance | path

Searched refs:cleanupGroup (Results 1 - 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestGroupUtil.hpp41 CleanupGroupFunc cleanupGroup) in TestGroupHelper0()
44 , m_cleanupGroup(cleanupGroup) in TestGroupHelper0()
79 CleanupGroupFunc cleanupGroup) in TestGroupHelper1()
82 , m_cleanupGroup (cleanupGroup) in TestGroupHelper1()
107 CleanupGroupFunc cleanupGroup) in TestGroupHelper2()
110 , m_cleanupGroup (cleanupGroup) in TestGroupHelper2()
128 TestGroupHelper0::CleanupGroupFunc cleanupGroup = DE_NULL) in createTestGroup()
130 return new TestGroupHelper0(testCtx, name, createChildren, cleanupGroup); in createTestGroup()
138 typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) in createTestGroup()
140 return new TestGroupHelper1<Arg0>(testCtx, name, createChildren, arg0, cleanupGroup); in createTestGroup()
38 TestGroupHelper0(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, CleanupGroupFunc cleanupGroup) TestGroupHelper0() argument
75 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
102 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestGroupUtil.hpp42 CleanupGroupFunc cleanupGroup) in TestGroupHelper0()
45 , m_cleanupGroup(cleanupGroup) in TestGroupHelper0()
81 CleanupGroupFunc cleanupGroup) in TestGroupHelper1()
84 , m_cleanupGroup (cleanupGroup) in TestGroupHelper1()
110 CleanupGroupFunc cleanupGroup) in TestGroupHelper2()
113 , m_cleanupGroup (cleanupGroup) in TestGroupHelper2()
132 TestGroupHelper0::CleanupGroupFunc cleanupGroup = DE_NULL) in createTestGroup()
134 return new TestGroupHelper0(testCtx, name, description, createChildren, cleanupGroup); in createTestGroup()
143 typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) in createTestGroup()
145 return new TestGroupHelper1<Arg0>(testCtx, name, description, createChildren, arg0, cleanupGroup); in createTestGroup()
38 TestGroupHelper0(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, CleanupGroupFunc cleanupGroup) TestGroupHelper0() argument
76 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
104 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateTests.cpp63 static void cleanupGroup(tcu::TestCaseGroup*, vk::PipelineConstructionType) in cleanupGroup() function
73 de::MovePtr<tcu::TestCaseGroup> monolithicGroup (createTestGroup(testCtx, "monolithic", "Monolithic pipeline tests", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC, cleanupGroup)); in createTests()
74 de::MovePtr<tcu::TestCaseGroup> pipelineLibraryGroup (createTestGroup(testCtx, "pipeline_library", "Graphics pipeline library tests", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_LINK_TIME_OPTIMIZED_LIBRARY, cleanupGroup)); in createTests()
75 de::MovePtr<tcu::TestCaseGroup> fastLinkedLibraryGroup (createTestGroup(testCtx, "fast_linked_library", "Fast linked graphics pipeline library tests", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_FAST_LINKED_LIBRARY, cleanupGroup)); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockTests.cpp44 static void cleanupGroup (tcu::TestCaseGroup* group) in cleanupGroup() function
53 return createTestGroup(testCtx, name.c_str(), createChildren, cleanupGroup); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockTests.cpp44 static void cleanupGroup (tcu::TestCaseGroup* group) in cleanupGroup() function
53 return createTestGroup(testCtx, "fragment_shader_interlock", "Fragment shader interlock tests", createChildren, cleanupGroup); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberDepthTests.cpp174 static void cleanupGroup(tcu::TestCaseGroup*) in cleanupGroup() function
182 return createTestGroup(testCtx, name.c_str(), createTests, cleanupGroup); in createAmberDepthGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTests.cpp67 void cleanupGroup(tcu::TestCaseGroup*) in cleanupGroup() function
99 return createTestGroup(testCtx, name.c_str(), initDynamicStateTestGroup, cleanupGroup); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberDepthTests.cpp170 static void cleanupGroup(tcu::TestCaseGroup*) in cleanupGroup() function
178 return createTestGroup(testCtx, "depth", "Depth pipeline test group", createTests, cleanupGroup); in createAmberDepthGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationMultiQueueTests.cpp1026 void cleanupGroup (tcu::TestCaseGroup* group, TestData data) in cleanupGroup() function
1045 return createTestGroup(testCtx, "multi_queue", createTests, data, cleanupGroup); in createSynchronizedOperationMultiQueueTests()
H A DvktSynchronizationSignalOrderTests.cpp235 static void cleanupGroup () in cleanupGroup() function
1256 cleanupGroup(); in deinit()
1786 cleanupGroup(); in deinit()
H A DvktSynchronizationCrossInstanceSharingTests.cpp1439 static void cleanupGroup (tcu::TestCaseGroup* group, SynchronizationType type) in cleanupGroup() function
1449 return createTestGroup(testCtx, "cross_instance", createTests, type, cleanupGroup); in createCrossInstanceSharingTest()
H A DvktSynchronizationWin32KeyedMutexTests.cpp1917 static void cleanupGroup (tcu::TestCaseGroup* group) in cleanupGroup() function
1926 return createTestGroup(testCtx, "win32_keyed_mutex", createTests, cleanupGroup); in createWin32KeyedMutexTest()
H A DvktSynchronizationTimelineSemaphoreTests.cpp1428 static void cleanupGroup () in cleanupGroup() function
1857 cleanupGroup(); in deinit()
2358 cleanupGroup(); in deinit()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationMultiQueueTests.cpp1012 void cleanupGroup (tcu::TestCaseGroup* group, TestData data) in cleanupGroup() function
1030 return createTestGroup(testCtx, "multi_queue", "Synchronization of a memory-modifying operation", createTests, data, cleanupGroup); in createSynchronizedOperationMultiQueueTests()
H A DvktSynchronizationSignalOrderTests.cpp217 static void cleanupGroup () in cleanupGroup() function
1237 cleanupGroup(); in deinit()
1766 cleanupGroup(); in deinit()
H A DvktSynchronizationCrossInstanceSharingTests.cpp1430 static void cleanupGroup (tcu::TestCaseGroup* group, SynchronizationType type) in cleanupGroup() function
1440 return createTestGroup(testCtx, "cross_instance", "", createTests, type, cleanupGroup); in createCrossInstanceSharingTest()
H A DvktSynchronizationWin32KeyedMutexTests.cpp1916 static void cleanupGroup (tcu::TestCaseGroup* group) in cleanupGroup() function
1925 return createTestGroup(testCtx, "win32_keyed_mutex", "", createTests, cleanupGroup); in createWin32KeyedMutexTest()
H A DvktSynchronizationTimelineSemaphoreTests.cpp1434 static void cleanupGroup () in cleanupGroup() function
1857 cleanupGroup(); in deinit()
2348 cleanupGroup(); in deinit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp4019 static void cleanupGroup (tcu::TestCaseGroup* group) in cleanupGroup() function
4032 createRobustness2Tests, cleanupGroup); in createRobustness2Tests()
4038 createImageRobustnessTests, cleanupGroup); in createImageRobustnessTests()
4045 createPipelineRobustnessTests, cleanupGroup); in createPipelineRobustnessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3503 static void cleanupGroup (tcu::TestCaseGroup* group) in cleanupGroup() function
3528 createRobustness2Tests, cleanupGroup); in createRobustness2Tests()
3534 createImageRobustnessTests, cleanupGroup); in createImageRobustnessTests()
3541 createPipelineRobustnessTests, cleanupGroup); in createPipelineRobustnessTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp3149 static void cleanupGroup (tcu::TestCaseGroup* group, const SharedGroupParams) in cleanupGroup() function
3159 return createTestGroup(testCtx, "fragment_density_map", createChildren, groupParams, cleanupGroup); in createFragmentDensityMapTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp3004 static void cleanupGroup (tcu::TestCaseGroup* group, const SharedGroupParams) in cleanupGroup() function
3013 return createTestGroup(testCtx, "fragment_density_map", "VK_EXT_fragment_density_map and VK_EXT_fragment_density_map2 extensions tests", createChildren, groupParams, cleanupGroup); in createFragmentDensityMapTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3452 static void cleanupGroup (tcu::TestCaseGroup* group, CaseDescriptions cases) in cleanupGroup() function
3982 objectMgmtTests->addChild(createTestGroup(testCtx, "private_data", createTests, s_privateDataResourcesGroup, cleanupGroup)); in createObjectManagementTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp3789 static void cleanupGroup (tcu::TestCaseGroup* testGroup)
3798 return createTestGroup(testCtx, "mutable_descriptor", createChildren, cleanupGroup);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp3452 static void cleanupGroup (tcu::TestCaseGroup* group, CaseDescriptions cases) in cleanupGroup() function
3971 objectMgmtTests->addChild(createTestGroup(testCtx, "private_data", "Multiple objects with private data", createTests, s_privateDataResourcesGroup, cleanupGroup)); in createObjectManagementTests()

Completed in 81 milliseconds

12