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

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_sync.c135 sync_export(struct panvk_device *device, struct panvk_syncobj *sync, function in typeref:typename:VkResult
207 return sync_export(device, &sem->syncobj, sync_fd, pFd);
263 return sync_export(device, &fence->syncobj, sync_fd, pFd);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c693 sync_export(VkDevice _device, struct tu_syncobj *sync, bool sync_fd, int *p_fd) function in typeref:typename:VkResult
759 return sync_export(device, sync,
1507 return sync_export(device, sync,

Completed in 5 milliseconds