/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_semaphore.c | 225 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 …]
|
D | vk_semaphore.h | 50 struct vk_sync *temporary; member 70 return semaphore->temporary ? semaphore->temporary : &semaphore->permanent; in vk_semaphore_get_active_sync()
|
D | vk_fence.h | 46 struct vk_sync *temporary; member 75 return fence->temporary ? fence->temporary : &fence->permanent; in vk_fence_get_active_sync()
|
D | vk_fence.c | 170 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()
|
D | vk_queue.c | 669 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/ |
D | gfxstream_vk_private.cpp | 26 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 | .gitignore | 3 # Vim temporary files
|
/hardware/interfaces/graphics/composer/2.1/ |
D | types.hal | 27 NO_RESOURCES = 6, /* temporary failure due to resource contention */
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 25 NO_RESOURCES = 5, /* temporary failure due to resource contention */
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1118 &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()
|
D | wsi_common_display.c | 2986 &fence->temporary, in wsi_RegisterDeviceEventEXT() 3063 display, display_event_info, allocator, &fence->temporary, -1); in wsi_RegisterDisplayEventEXT()
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | face.sysprop | 206 # temporary lockout duration in ms (default: 10000ms)
|
D | README.md | 112 There are a few parameters to control temporary lockout (aka timed lockout): <br/>
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | fingerprint.sysprop | 284 # temporary lockout duration in ms (default: 10000ms)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_ANDROID_external_memory_android_hardware_buffer.adoc | 101 temporary, and allows for reformatting copy-in/copy-out.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_deferred_host_operations/ |
D | deferred_host_operations.adoc | 159 This situation may: occur if the operation encounters a temporary
|
/hardware/google/gfxstream/ |
D | meson_options.txt | 222 # support msm and virtio. This is a temporary situation with virtio support
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 203 `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/ |
D | synchronization.adoc | 2610 <<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
|
D | tessellation.adoc | 387 To do this, the temporary subdivision of the outer triangle edge above is
|
D | fragops.adoc | 1189 If pname:alphaToCoverageEnable is enabled, a temporary coverage mask is 1194 temporary coverage mask.
|
D | devsandqueues.adoc | 2930 temporary permanence which was exported from the lost device is undefined:.
|
D | primsrast.adoc | 188 * pname:alphaToCoverageEnable controls whether a temporary coverage value
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | markup.adoc | 114 * `\{generated}` - path to the temporary directory containing generated
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 1250 NOT_AVAILABLE = 4; // This is a temporary state when cycle count is insufficient
|