Home
last modified time | relevance | path

Searched refs:signaled (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/
Dfence_events.adoc9 signaled when a particular event occurs on a device or display.
15 To create a fence that will be signaled when an event occurs on a device,
43 fence will be signaled.
51 a fence will be signaled, are:
56 is signaled when a display is plugged into or unplugged from the
66 To create a fence that will be signaled when an event occurs on a
95 fence will be signaled.
103 specifying when a fence will be signaled, are:
108 is signaled when the first pixel of the next display refresh cycle
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentFenceInfo.adoc44 signaled, and can: destroy the swapchain when the fences associated with all
45 past presentation requests referring to that swapchain have signaled.
48 slink:VkQueue must: be signaled in the same order as the present operations.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/
DWaitForPresent.adoc32 with such an image must: be signaled no later than a wait associated with
33 the replacing image would be signaled.
Dpresent_wait.adoc11 signaled during the presentation process.
/hardware/interfaces/neuralnetworks/1.3/
DIPreparedModel.hal231 * ErrorStatus::NONE, a sync fence that will be signaled once the execution is completed,
235 * to be signaled before starting the actual execution.
239 * the syncFence is signaled, the task must not modify the content of
246 * signaled), whichever comes earlier, the execution may be aborted, and either
272 * Execution must not start until all sync fences have been signaled.
287 * to complete after all sync fences in waitFor are signaled.
300 * @return syncFence The sync fence that will be signaled when the task is completed.
DIFencedExecutionCallback.hal52 * @return timingFenced The duration starts when all waitFor sync fences have been signaled
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_external_fence_win32.adoc42 A D3D12 fence can be signaled by importing it into a slink:VkSemaphore
DVK_EXT_swapchain_maintenance1.adoc38 * Specify a fence that will be signaled when the resources associated with
DVK_EXT_display_control.adoc30 signaled at vsync that the application can wait on?
DVK_KHR_external_semaphore_win32.adoc57 The values for the signaled and reset states could be communicated up front
DVK_KHR_timeline_semaphore.adoc94 specify the values signaled semaphores should be set to, and the values
/hardware/interfaces/automotive/sv/1.0/
DISurroundViewSession.hal41 * the closure of the stream is signaled by the ISurroundViewStream.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_fence.c135 bool signaled = pCreateInfo->flags & VK_FENCE_CREATE_SIGNALED_BIT; in vk_fence_create() local
137 sync_type, sync_flags, signaled); in vk_fence_create()
/hardware/interfaces/drm/1.2/
DIDrmPluginListener.hal30 * SessionLostState event must be signaled when a session has
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal163 * signaled when it is safe for the mapper to lock the buffer. If
199 * signaled when it is safe for the mapper to lock the buffer. If
228 * object will be signaled when the mapper has completed any
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc31 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']
[all …]
Dcmdbuffers.adoc1692 * pname:fence is an optional: handle to a fence to be signaled once all
2092 * pname:fence is an optional: handle to a fence to be signaled once all
2270 * pname:signalSemaphoreCount is the number of semaphores to be signaled
2274 handles which will be signaled when the command buffers for this batch
2276 If semaphores to be signaled are provided, they define a
2425 in slink:VkSubmitInfo::pname:pSignalSemaphores to set when signaled.
2471 in slink:VkSubmitInfo::pname:pSignalSemaphores to set when signaled.
2723 If a command buffer submission waits for any events to be signaled, the
2726 Events signaled by the host must: be signaled before the command buffer
/hardware/interfaces/automotive/evs/1.1/
DIEvsUltrasonicsArray.hal69 * closure of the stream is signaled to the IEvsCameraStream.
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal211 * sync fence object, which will be signaled when it is safe for the
253 * sync fence object, which will be signaled when it is safe for the
282 * sync fence object. The sync fence object will be signaled when the
/hardware/interfaces/automotive/evs/1.0/
DIEvsCamera.hal80 * closure of the stream is signaled to the IEvsCameraStream.
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal695 * displays, this fence must be signaled at the vsync when the result
698 * virtual displays, this fence must be signaled when writes to the output
713 * which must be signaled after the device has finished reading from the
789 * object, which must be signaled when it is safe to read from the client
823 * object, which must be signaled when it is safe to write to the output
916 * object, which must be signaled when it is safe to read from the given
/hardware/interfaces/neuralnetworks/utils/
DREADME.md111 `IProtectedCallback` callback object that may otherwise not be signaled. In order for this to work,
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal103 * signaled) the framework may free or reuse it at any time.
112 * release sync fences have been signaled by the HAL. The framework must not
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal235 * sync fence object, which will be signaled when it is safe for the
265 * sync fence object. The sync fence object will be signaled when the
290 * sync fence object. The sync fence object will be signaled when the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc31 has been signaled.

12