Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c3784 uint32_t syncobj_handle = 0; in radv_import_opaque_fd() local
3785 int ret = device->ws->import_syncobj(device->ws, fd, &syncobj_handle); in radv_import_opaque_fd()
3792 *syncobj = syncobj_handle; in radv_import_opaque_fd()
3804 uint32_t syncobj_handle = *syncobj; in radv_import_sync_fd() local
3805 if (!syncobj_handle) { in radv_import_sync_fd()
3806 int ret = device->ws->create_syncobj(device->ws, &syncobj_handle); in radv_import_sync_fd()
3813 device->ws->signal_syncobj(device->ws, syncobj_handle); in radv_import_sync_fd()
3815 int ret = device->ws->import_syncobj_from_sync_file(device->ws, syncobj_handle, fd); in radv_import_sync_fd()
3820 *syncobj = syncobj_handle; in radv_import_sync_fd()
3857 uint32_t syncobj_handle; in radv_GetSemaphoreFdKHR() local
[all …]
Dradv_radeon_winsys.h159 uint32_t syncobj_handle; variable