Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c225 if (semaphore->temporary == NULL) in vk_semaphore_reset_temporary()
228 vk_sync_destroy(device, semaphore->temporary); in vk_semaphore_reset_temporary()
229 semaphore->temporary = NULL; in vk_semaphore_reset_temporary()
436 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreWin32HandleKHR() local
457 0 /* initial_value */, &temporary); in vk_common_ImportSemaphoreWin32HandleKHR()
461 sync = temporary; in vk_common_ImportSemaphoreWin32HandleKHR()
480 if (temporary != NULL) in vk_common_ImportSemaphoreWin32HandleKHR()
481 vk_sync_destroy(device, temporary); in vk_common_ImportSemaphoreWin32HandleKHR()
490 if (temporary) { in vk_common_ImportSemaphoreWin32HandleKHR()
492 semaphore->temporary = temporary; in vk_common_ImportSemaphoreWin32HandleKHR()
[all …]
Dvk_semaphore.h50 struct vk_sync *temporary; member
70 return semaphore->temporary ? semaphore->temporary : &semaphore->permanent; in vk_semaphore_get_active_sync()
Dvk_fence.h46 struct vk_sync *temporary; member
75 return fence->temporary ? fence->temporary : &fence->permanent; in vk_fence_get_active_sync()
Dvk_fence.c170 if (fence->temporary == NULL) in vk_fence_reset_temporary()
173 vk_sync_destroy(device, fence->temporary); in vk_fence_reset_temporary()
174 fence->temporary = NULL; in vk_fence_reset_temporary()
363 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportFenceFdKHR() local
369 0 /* initial_value */, &temporary); in vk_common_ImportFenceFdKHR()
373 sync = temporary; in vk_common_ImportFenceFdKHR()
394 if (temporary != NULL) in vk_common_ImportFenceFdKHR()
395 vk_sync_destroy(device, temporary); in vk_common_ImportFenceFdKHR()
411 if (temporary) { in vk_common_ImportFenceFdKHR()
413 fence->temporary = temporary; in vk_common_ImportFenceFdKHR()
Dvk_queue.c669 if (semaphore->temporary) { in vk_queue_submit()
671 sync = submit->_wait_temps[i] = semaphore->temporary; in vk_queue_submit()
672 semaphore->temporary = NULL; in vk_queue_submit()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgfxstream_vk_private.cpp26 return (fence && fence->vk.temporary && vk_sync_type_is_dummy(fence->vk.temporary->type)); in isNoopFence()
30 return (semaphore && semaphore->vk.temporary && in isNoopSemaphore()
31 vk_sync_type_is_dummy(semaphore->vk.temporary->type)); in isNoopSemaphore()
/hardware/interfaces/
D.gitignore3 # Vim temporary files
/hardware/interfaces/graphics/composer/2.1/
Dtypes.hal27 NO_RESOURCES = 6, /* temporary failure due to resource contention */
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal25 NO_RESOURCES = 5, /* temporary failure due to resource contention */
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1118 &semaphore->temporary); in wsi_signal_semaphore_for_image()
1126 &semaphore->temporary); in wsi_signal_semaphore_for_image()
1130 &semaphore->temporary); in wsi_signal_semaphore_for_image()
1150 &fence->temporary); in wsi_signal_fence_for_image()
1158 &fence->temporary); in wsi_signal_fence_for_image()
1162 &fence->temporary); in wsi_signal_fence_for_image()
Dwsi_common_display.c2986 &fence->temporary, in wsi_RegisterDeviceEventEXT()
3063 display, display_event_info, allocator, &fence->temporary, -1); in wsi_RegisterDisplayEventEXT()
/hardware/interfaces/biometrics/face/aidl/default/
Dface.sysprop206 # temporary lockout duration in ms (default: 10000ms)
DREADME.md112 There are a few parameters to control temporary lockout (aka timed lockout): <br/>
/hardware/interfaces/biometrics/fingerprint/aidl/default/
Dfingerprint.sysprop284 # temporary lockout duration in ms (default: 10000ms)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_ANDROID_external_memory_android_hardware_buffer.adoc101 temporary, and allows for reformatting copy-in/copy-out.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_deferred_host_operations/
Ddeferred_host_operations.adoc159 This situation may: occur if the operation encounters a temporary
/hardware/google/gfxstream/
Dmeson_options.txt222 # support msm and virtio. This is a temporary situation with virtio support
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_AMDX_shader_enqueue.adoc203 `scratch` may be used by the implementation to hold temporary data during graph execution, and can …
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc2610 <<synchronization-fences-importing, payload imported>> with temporary
2760 The effects of the import operation will be either temporary or permanent,
2762 If the import is temporary, the fence will be _restored_ to its permanent
2773 Performing a subsequent temporary import on a fence before resetting it has
2897 as a temporary import operation for which the source fence is opaque to the
4676 The effects of the import operation will be either temporary or permanent,
4678 If the import is temporary, the implementation must: restore the semaphore
4681 Performing a subsequent temporary import on a semaphore before performing a
4804 same as a temporary import operation for which the source semaphore is
Dtessellation.adoc387 To do this, the temporary subdivision of the outer triangle edge above is
Dfragops.adoc1189 If pname:alphaToCoverageEnable is enabled, a temporary coverage mask is
1194 temporary coverage mask.
Ddevsandqueues.adoc2930 temporary permanence which was exported from the lost device is undefined:.
Dprimsrast.adoc188 * pname:alphaToCoverageEnable controls whether a temporary coverage value
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc114 * `\{generated}` - path to the temporary directory containing generated
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto1250 NOT_AVAILABLE = 4; // This is a temporary state when cycle count is insufficient

12