Lines Matching defs:fence
741 const VkFence fence = **fences[(i - 1) * stride + offset];
742 bool isSignaled = vkd.getFenceStatus(device, fence) != VK_NOT_READY;
744 // Ordering guarantee is broken if an unsignaled fence is encountered when a later fence is signaled.
746 "Encountered unsignaled fence while a later fence is signaled");
858 // Do iterations presents, each with an associated fence. Destroy the wait semaphores as soon as the corresponding fence signals.
1118 // Basic present fence test
1122 // Test ordering guarantee of present fence signals
1129 // Present fence test with multiple swapchains
1133 // Test ordering guarantee of present fence signals with multiple swapchains
1604 // Do testParams.iterations presents, with a fence associated with the last one.
1749 // Signal the present fence on the last present.
2058 // Do testParams.iterations presents, with a fence associated with the last one.
2089 // Decide on how many acquires to do, and whether a presentation is to be done. Presentation is always done for the last iteration, to facilitate clean up (by adding a present fence).
2241 // Signal the present fence on the last present.
2381 // Present fence