Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c3832 uint32_t *syncobj_dst = NULL; in radv_ImportSemaphoreFdKHR() local
3835 syncobj_dst = &sem->temp_syncobj; in radv_ImportSemaphoreFdKHR()
3837 syncobj_dst = &sem->syncobj; in radv_ImportSemaphoreFdKHR()
3842 return radv_import_opaque_fd(device, pImportSemaphoreFdInfo->fd, syncobj_dst); in radv_ImportSemaphoreFdKHR()
3844 return radv_import_sync_fd(device, pImportSemaphoreFdInfo->fd, syncobj_dst); in radv_ImportSemaphoreFdKHR()
3920 uint32_t *syncobj_dst = NULL; in radv_ImportFenceFdKHR() local
3924 syncobj_dst = &fence->temp_syncobj; in radv_ImportFenceFdKHR()
3926 syncobj_dst = &fence->syncobj; in radv_ImportFenceFdKHR()
3931 return radv_import_opaque_fd(device, pImportFenceFdInfo->fd, syncobj_dst); in radv_ImportFenceFdKHR()
3933 return radv_import_sync_fd(device, pImportFenceFdInfo->fd, syncobj_dst); in radv_ImportFenceFdKHR()