Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1313 typedef de::SharedPtr<Unique<VkFence> > FenceSp; typedef
1328 vector<FenceSp> createFences (const DeviceInterface& vkd, in createFences()
1332 vector<FenceSp> fences(numFences); in createFences()
1335 fences[ndx] = FenceSp(new Unique<VkFence>(createFence(vkd, device))); in createFences()
1431 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in basicRenderTest()
1579 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in resizeSwapchainTest()