Home
last modified time | relevance | path

Searched refs:dedicatedGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1318 …de::MovePtr<tcu::TestCaseGroup> dedicatedGroup (new tcu::TestCaseGroup(testCtx, dedicated ? "dedic… in createCrossInstanceSharingTest() local
1349 dedicatedGroup->addChild(opGroup.release()); in createCrossInstanceSharingTest()
1352 group->addChild(dedicatedGroup.release()); in createCrossInstanceSharingTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4205 …de::MovePtr<tcu::TestCaseGroup> dedicatedGroup (new tcu::TestCaseGroup(testCtx, dedicated ? "dedic… in createMemoryTests() local
4232 dedicatedGroup->addChild(hostVisibleGroup.release()); in createMemoryTests()
4244 dedicatedGroup->addChild(bufferGroup.release()); in createMemoryTests()
4256 dedicatedGroup->addChild(imageGroup.release()); in createMemoryTests()
4259 group->addChild(dedicatedGroup.release()); in createMemoryTests()