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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c5039 uint32_t *syncobj_dst = NULL; local in function:radv_ImportSemaphoreFdKHR
5042 syncobj_dst = &sem->temp_syncobj;
5044 syncobj_dst = &sem->syncobj;
5049 return radv_import_opaque_fd(device, pImportSemaphoreFdInfo->fd, syncobj_dst);
5051 return radv_import_sync_fd(device, pImportSemaphoreFdInfo->fd, syncobj_dst);
5127 uint32_t *syncobj_dst = NULL; local in function:radv_ImportFenceFdKHR
5131 syncobj_dst = &fence->temp_syncobj;
5133 syncobj_dst = &fence->syncobj;
5138 return radv_import_opaque_fd(device, pImportFenceFdInfo->fd, syncobj_dst);
5140 return radv_import_sync_fd(device, pImportFenceFdInfo->fd, syncobj_dst);
[all...]

Completed in 22 milliseconds