Lines Matching refs:signaled
31 signaled either within a command buffer or by the host, and can: be
1934 Fences have two states - signaled and unsignaled.
1935 A fence can: be signaled as part of the execution of a
2017 created in the signaled state.
2190 transference semantics, pname:fence must: be signaled, or have an
2233 ename:VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT and the fence is signaled at
2276 transference semantics, pname:fence must: be signaled, or have an
2576 | ename:VK_SUCCESS | The fence specified by pname:fence is signaled.
2639 defines a _fence signal operation_ which sets the fence to the signaled
2665 [open,refpage='vkWaitForFences',desc='Wait for one or more fences to become signaled',type='protos']
2669 To wait for one or more fences to enter the signaled state on the host,
2681 in pname:pFences are signaled.
2683 signaled.
2727 signaled, either via flink:vkWaitForFences or by polling on
2735 flink:vkGetFenceStatus indicating that the fence has become signaled.
2849 commands will cause the fence to become signaled when they complete
2853 unsignaled, but may: become signaled again when the command completes
3089 referring to an object that has already signaled.
3103 from a sname:VkFence which is signaled.
3272 Semaphores have two states - signaled and unsignaled.
3276 <<glossary, Binary semaphores>> have two states - signaled and unsignaled.
3278 integer payload and are signaled with respect to a particular reference
3281 A semaphore can: be signaled after execution of a queue operation is
3283 signaled before it begins execution.
3285 A timeline semaphore can: additionally be signaled from the host with the
3331 indicating whether the semaphore is currently signaled or unsignaled.
3465 signaled or unsignaled.
3469 indicating whether the semaphore is signaled with respect to a
3653 transference semantics, pname:semaphore must: be signaled, or have an
3765 transference semantics, pname:semaphore must: be signaled, or have an
3863 transference semantics, pname:semaphore must: be signaled, or have an
4215 submission>>, and it includes semaphores to be signaled, it defines a memory
4217 the semaphores to the signaled state.
4221 ename:VK_SEMAPHORE_TYPE_TIMELINE the semaphore is considered signaled with
4222 respect to the counter value set to be signaled as specified in
4273 semaphore is signaled with is greater than or equal to the value the
4275 signaled with respect to the counter value waited on as specified in
4322 semaphore is signaled again, with execution dependencies used to ensure
4342 pre-rasterization work before the semaphore is signaled.
4384 * A binary semaphore must: be signaled, or have an associated
4757 already signaled or has a pending signal operation, effects must: be limited
5057 descriptor referring to an object that has already signaled.
5072 which is signaled.
5299 Events have two states - signaled and unsignaled.
5302 A device can: be made to wait for an event to become signaled before
5304 No command exists to wait for an event to become signaled on the host, but
5451 | ename:VK_EVENT_SET | The event specified by pname:event is signaled.
5480 [open,refpage='vkSetEvent',desc='Set an event to signaled state',type='protos']
5484 To set the state of an event to signaled from the host, call:
5492 operation_ which sets the event to the signaled state.
5494 If pname:event is already in the signaled state when flink:vkSetEvent is
5501 If a command buffer is waiting for an event to be signaled from the host,
5522 [open,refpage='vkResetEvent',desc='Reset an event to non-signaled state',type='protos']
5565 [open,refpage='vkCmdSetEvent2',desc='Set an event object to signaled state',type='protos',alias='vk…
5581 * pname:event is the event that will be signaled.
5587 signal operation which sets the event to the signaled state.
5628 If pname:event is already in the signaled state when flink:vkCmdSetEvent2 is
5716 [open,refpage='vkCmdSetEvent',desc='Set an event object to signaled state',type='protos']
5720 To set the state of an event to signaled from a device, call:
5726 * pname:event is the event that will be signaled.
5741 signal operation which sets the event to the signaled state.
5753 If pname:event is already in the signaled state when flink:vkCmdSetEvent is
5783 [open,refpage='vkCmdResetEvent2',desc='Reset an event object to non-signaled state',type='protos',a…
5853 [open,refpage='vkCmdResetEvent',desc='Reset an event object to non-signaled state',type='protos']
5928 To wait for one or more events to enter the signaled state on a device,
5967 * The event was signaled by a flink:vkCmdSetEvent2 command that occurred
6009 Members of pname:pEvents must: not have been signaled by
6012 For any element [eq]#i# of pname:pEvents, if that event is signaled by
6017 For any element [eq]#i# of pname:pEvents, if that event is signaled by
6024 [eq]##i##th element of pname:pEvents must: be signaled before
6029 [eq]##i##th element of pname:pEvents must: be signaled by a
6064 To wait for one or more events to enter the signaled state on a device,
6235 Elements of pname:pEvents must: not have been signaled by
7593 semaphores, and events all still have a single instance of the signaled
7596 A fence becomes signaled when all physical devices complete the necessary
7605 For example, a semaphore can be signaled by one physical device and then
7608 An event can: only be waited on by the same physical device that signaled it