Lines Matching refs:semaphores

1704 <<synchronization-semaphores, semaphore>> section of <<synchronization, the
1721 command buffers and any semaphores referenced by pname:pSubmits is
1776 execution and any <<synchronization-semaphores-signaling, semaphore
1858 <<synchronization-semaphores-waiting, semaphore wait operations>>.
1869 <<synchronization-semaphores-signaling, semaphore signal operations>>.
1884 of the semaphore when the <<synchronization-semaphores-signaling,
2008 as described in the <<synchronization-semaphores-waiting, semaphore wait
2009 operation>> and <<synchronization-semaphores-signaling, semaphore signal
2079 [open,refpage='vkQueueSubmit',desc='Submits a sequence of semaphores or command buffers to a queue'…
2106 <<synchronization-semaphores, semaphore>> and <<synchronization-fences,
2110 are described in the <<synchronization-semaphores-waiting, semaphore wait
2134 command buffers and any semaphores referenced by pname:pSubmits is
2181 execution and any <<synchronization-semaphores-signaling, semaphore
2257 * pname:waitSemaphoreCount is the number of semaphores upon which to wait
2262 If semaphores to wait on are provided, they define a
2263 <<synchronization-semaphores-waiting, semaphore wait operation>>.
2270 * pname:signalSemaphoreCount is the number of semaphores to be signaled
2276 If semaphores to be signaled are provided, they define a
2277 <<synchronization-semaphores-signaling, semaphore signal operation>>.
2324 <<synchronization-semaphores-signaling,semaphore signal operation>> is
2395 …itInfo',desc='Structure specifying signal and wait values for timeline semaphores',type='structs',…
2397 To specify the values to use when waiting for and signaling semaphores
2419 pname:waitSemaphoreValueCount values for the corresponding semaphores in
2424 pname:signalSemaphoreValueCount values for the corresponding semaphores
2449 …InfoKHR',desc='Structure specifying values for Direct3D 12 fence-backed semaphores',type='structs']
2451 To specify the values to use when waiting for and signaling semaphores whose
2452 <<synchronization-semaphores-importing,current payload>> refers to a
2465 pname:waitSemaphoreValuesCount values for the corresponding semaphores
2470 pname:signalSemaphoreValuesCount values for the corresponding semaphores
2476 not currently have a <<synchronization-semaphores-payloads, payload>>
2486 timeline semaphores, support for importing semaphore payloads from external
2487 handles of that type into semaphores created (implicitly or explicitly) with
2491 semaphores created with a elink:VkSemaphoreType of
2495 waiting for and signaling such semaphores.
2520 Vulkan semaphores to synchronize the work.
2699 When using binary semaphores, the application must: ensure that command
2711 When using timeline semaphores, wait-before-signal behavior is well-defined
2713 <<synchronization-semaphores-waiting, timeline semaphore wait operation>>
2714 before submitting a corresponding <<synchronization-semaphores-signaling,
2716 For each <<synchronization-semaphores-waiting, timeline semaphore wait
2718 ensure that a corresponding <<synchronization-semaphores-signaling,