Lines Matching defs:fence
243 const Unique<VkFence> fence (createFence(vk, device));
272 VK_CHECK(synchronizationWrapper->queueSubmit(queue, *fence));
274 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT))
289 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] };
336 VK_CHECK(synchronizationWrapper[SET]->queueSubmit(queue, fence[SET]));
337 VK_CHECK(synchronizationWrapper[WAIT]->queueSubmit(queue, fence[WAIT]));
339 if (VK_SUCCESS != vk.waitForFences(device, 2u, fence, DE_TRUE, LONG_FENCE_WAIT))
353 const Unique<VkFence> fence (createFence(vk, device));
415 VK_CHECK(synchronizationWrapper->queueSubmit(queue, *fence));
417 if (VK_SUCCESS != vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, LONG_FENCE_WAIT))