Home | History | Annotate | Download | only in graphics

Lines Matching full:fence

245 and imports an externally-signalled native fence into both an existing
254 VkFence fence
259 native fence into the <code>VkSemaphore</code> and <code>VkFence</code> objects
260 provided by the application (however, both semaphore and fence objects are
266 so queues can wait on the semaphore and the application can wait on the fence.</p>
268 <p>Both objects become signalled when the underlying native fence signals; if
269 the native fence has already signalled, then the semaphore is in the signalled
270 state when this function returns. The driver takes ownership of the fence fd and
272 neither a semaphore or fence object is provided, or even if
274 it is as if the native fence was already signalled.</p>
278 external use, and creates a native fence and schedules it to be signalled when
291 native fence instead of a semaphore. Unlike <code>vkQueueSignalSemaphore</code>,