Searched refs:sync_import (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_sync.c80 sync_import(struct panvk_device *device, struct panvk_syncobj *sync, function in typeref:typename:VkResult
197 return sync_import(device, &sem->syncobj, temp, sync_fd, info->fd);
253 return sync_import(device, &fence->syncobj, temp, sync_fd, info->fd);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c641 sync_import(VkDevice _device, struct tu_syncobj *sync, bool temporary, bool sync_fd, int fd) function in typeref:typename:VkResult
751 return sync_import(device, sync, info->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT,
1499 return sync_import(device, sync, info->flags & VK_FENCE_IMPORT_TEMPORARY_BIT,

Completed in 6 milliseconds