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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c5005 static VkResult radv_import_sync_fd(struct radv_device *device, function in typeref:typename:VkResult
5051 return radv_import_sync_fd(device, pImportSemaphoreFdInfo->fd, syncobj_dst);
5140 return radv_import_sync_fd(device, pImportFenceFdInfo->fd, syncobj_dst);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c7564 radv_import_sync_fd(struct radv_device *device, int fd, uint32_t *syncobj) function in typeref:typename:VkResult
7621 result = radv_import_sync_fd(device, pImportSemaphoreFdInfo->fd, &syncobj);
7752 result = radv_import_sync_fd(device, pImportFenceFdInfo->fd, &syncobj);

Completed in 17 milliseconds