Home
last modified time | relevance | path

Searched refs:vk_sync_import_sync_file (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync.h356 VkResult MUST_CHECK vk_sync_import_sync_file(struct vk_device *device,
Dvk_fence.c383 result = vk_sync_import_sync_file(device, sync, fd); in vk_common_ImportFenceFdKHR()
Dvk_sync.c380 vk_sync_import_sync_file(struct vk_device *device, in vk_sync_import_sync_file() function
Dvk_semaphore.c438 result = vk_sync_import_sync_file(device, sync, fd); in vk_common_ImportSemaphoreFdKHR()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c226 result = vk_sync_import_sync_file(device, sync, sync_file_fd); in wsi_create_sync_for_dma_buf_wait()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_queue.c408 result = vk_sync_import_sync_file(&device->vk, sem_sync, fd); in pvr_set_semaphore_payloads()