Home
last modified time | relevance | path

Searched refs:permanent (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.h58 alignas(8) struct vk_sync permanent; member
70 return semaphore->temporary ? semaphore->temporary : &semaphore->permanent; in vk_semaphore_get_active_sync()
Dvk_fence.h54 alignas(8) struct vk_sync permanent; member
75 return fence->temporary ? fence->temporary : &fence->permanent; in vk_fence_get_active_sync()
Dvk_fence.c126 size_t size = offsetof(struct vk_fence, permanent) + sync_type->size; in vk_fence_create()
136 VkResult result = vk_sync_init(device, &fence->permanent, in vk_fence_create()
183 vk_sync_finish(device, &fence->permanent); in vk_fence_destroy()
221 VkResult result = vk_sync_reset(device, &fence->permanent); in vk_common_ResetFences()
375 sync = &fence->permanent; in vk_common_ImportFenceFdKHR()
468 if (sync == &fence->permanent) { in vk_common_GetFenceFdKHR()
Dvk_semaphore.c181 size_t size = offsetof(struct vk_semaphore, permanent) + sync_type->size; in vk_common_CreateSemaphore()
195 VkResult result = vk_sync_init(device, &semaphore->permanent, in vk_common_CreateSemaphore()
206 … result = vk_sync_set_win32_export_params(device, &semaphore->permanent, export_win32->pAttributes, in vk_common_CreateSemaphore()
209 vk_sync_finish(device, &semaphore->permanent); in vk_common_CreateSemaphore()
244 vk_sync_finish(device, &semaphore->permanent); in vk_common_DestroySemaphore()
463 sync = &semaphore->permanent; in vk_common_ImportSemaphoreWin32HandleKHR()
578 sync = &semaphore->permanent; in vk_common_ImportSemaphoreFdKHR()
700 if (sync == &semaphore->permanent) { in vk_common_GetSemaphoreFdKHR()
Dvk_queue.c676 assert(semaphore->permanent.type->move); in vk_queue_submit()
680 sync = &semaphore->permanent; in vk_queue_submit()
942 assert(submit->waits[i].sync == &semaphore->permanent); in vk_queue_submit()
966 semaphore->permanent.type, in vk_queue_submit()
975 &semaphore->permanent); in vk_queue_submit()
/hardware/interfaces/graphics/composer/2.1/
Dtypes.hal29 UNSUPPORTED = 8, /* permanent failure */
/hardware/interfaces/biometrics/face/aidl/default/
DREADME.md103 There are two sysprop to control permanent lockout <br/>
124 A permanent lockout can be inserted on next authentication attempt independent of the failed <br/>
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal27 UNSUPPORTED = 7, /* permanent failure */
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DREADME.md136 To test permanent lockout based on the failed authentication attempts (e.g. 7)
/hardware/interfaces/radio/1.1/
Dtypes.hal215 // help it locate the private key to decrypt the permanent
/hardware/interfaces/radio/1.5/
DIRadioResponse.hal265 * Returns RadioError:ILLEGAL_SIM_OR_ME when the failure is permanent and
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal224 * future. The destruction must be permanent so that not even a factory reset will restore the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc2611 permanence, that fence's prior permanent payload is first restored.
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
2768 Restoring a fence to its prior permanent payload is a distinct operation
2775 restore its last permanent state.
2776 A permanent payload import behaves as if the target fence was destroyed, and
2807 permanent payload will be restored.
4676 The effects of the import operation will be either temporary or permanent,
4679 to its prior permanent state after submitting the next semaphore wait
4683 the semaphore must: still restore its last permanent state.
[all …]
/hardware/interfaces/radio/1.4/
Dtypes.hal1278 * upcoming PDN permanent client can reattempt a IPv6 call bring up after the IPv4 interface is
1285 * upcoming PDN permanent client can reattempt a IPv4 call bring up after the IPv6 interface is
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal977 * Returns RadioError:ILLEGAL_SIM_OR_ME when the failure is permanent and
1000 * Returns RadioError:ILLEGAL_SIM_OR_ME when the failure is permanent and
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal861 * future. The destruction must be permanent so that not even a factory reset will restore the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1880 * Disallow permanent semaphore/fence imports with copy transference in