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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_radeon_winsys.h330 int (*export_syncobj_to_sync_file)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
H A Dradv_device.c5076 ret = device->ws->export_syncobj_to_sync_file(device->ws, syncobj_handle, pFd);
5165 ret = device->ws->export_syncobj_to_sync_file(device->ws, syncobj_handle, pFd);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_radeon_winsys.h311 int (*export_syncobj_to_sync_file)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
H A Dradv_device.c7664 ret = device->ws->export_syncobj_to_sync_file(device->ws, syncobj_handle, pFd);
7783 ret = device->ws->export_syncobj_to_sync_file(device->ws, part->syncobj, pFd);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1629 ws->base.export_syncobj_to_sync_file = radv_amdgpu_export_syncobj_to_sync_file;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1791 ws->base.export_syncobj_to_sync_file = radv_amdgpu_export_syncobj_to_sync_file;

Completed in 176 milliseconds