Lines Matching defs:fence
714 VkFence fence)
722 * VK_FALSE, out semaphore and fence are filled with already signaled
723 * payloads, and the native fence fd is waited inside until signaled.
736 if (fence != VK_NULL_HANDLE)
737 vn_fence_signal_wsi(dev, vn_fence_from_handle(fence));
745 if (semaphore != VK_NULL_HANDLE && fence != VK_NULL_HANDLE) {
756 } else if (fence != VK_NULL_HANDLE) {
777 if (result == VK_SUCCESS && fence != VK_NULL_HANDLE) {
781 .fence = fence,
844 * reset the fence during vn_GetFenceFdKHR currently. Thus to ensure proper
859 /* With globalFencing, the external queue fence was not passed in the
870 .fence = que->wait_fence,