Searched refs:sync_type (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_semaphore.c | 143 const struct vk_sync_type *sync_type = in vk_common_CreateSemaphore() local 145 if (sync_type == NULL) { in vk_common_CreateSemaphore() 160 assert(sync_type->move); in vk_common_CreateSemaphore() 166 size_t size = offsetof(struct vk_semaphore, permanent) + sync_type->size; in vk_common_CreateSemaphore() 181 sync_type, sync_flags, initial_value); in vk_common_CreateSemaphore() 236 const struct vk_sync_type *sync_type = in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() local 238 if (sync_type == NULL) { in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 246 vk_sync_semaphore_import_types(sync_type, semaphore_type); in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 248 vk_sync_semaphore_export_types(sync_type, semaphore_type); in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 259 if (sync_type != opaque_sync_type) { in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() [all …]
|
D | vk_fence.c | 111 const struct vk_sync_type *sync_type = in vk_fence_create() local 113 if (sync_type == NULL) { in vk_fence_create() 125 size_t size = offsetof(struct vk_fence, permanent) + sync_type->size; in vk_fence_create() 136 sync_type, sync_flags, signaled); in vk_fence_create() 304 const struct vk_sync_type *sync_type = in vk_common_GetPhysicalDeviceExternalFenceProperties() local 306 if (sync_type == NULL) { in vk_common_GetPhysicalDeviceExternalFenceProperties() 314 vk_sync_fence_import_types(sync_type); in vk_common_GetPhysicalDeviceExternalFenceProperties() 316 vk_sync_fence_export_types(sync_type); in vk_common_GetPhysicalDeviceExternalFenceProperties() 326 if (sync_type != opaque_sync_type) { in vk_common_GetPhysicalDeviceExternalFenceProperties() 362 const struct vk_sync_type *sync_type = in vk_common_ImportFenceFdKHR() local [all …]
|
D | vk_queue.c | 1292 const struct vk_sync_type *sync_type = in vk_common_QueueWaitIdle() local 1296 result = vk_sync_create(queue->base.device, sync_type, 0, 0, &sync); in vk_common_QueueWaitIdle()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 211 const struct vk_sync_type *sync_type = in wsi_create_sync_for_dma_buf_wait() local 213 if (sync_type == NULL) in wsi_create_sync_for_dma_buf_wait() 222 result = vk_sync_create(device, sync_type, VK_SYNC_IS_SHAREABLE, 0, &sync); in wsi_create_sync_for_dma_buf_wait()
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 2775 pub fn sceGeListSync(qid: i32, sync_type: i32) -> GeListState; in sceGeListSync() 2776 pub fn sceGeDrawSync(sync_type: i32) -> GeListState; in sceGeDrawSync()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 87458 int sync_type; member
|