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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_wsi_display.c71 if (device->ws->export_syncobj(device->ws, fence->permanent.syncobj, &fd)) {
111 if (device->ws->export_syncobj(device->ws, fence->permanent.syncobj, &fd)) {
H A Dradv_radeon_winsys.h308 int (*export_syncobj)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
H A Dradv_device.c7659 ret = device->ws->export_syncobj(device->ws, syncobj_handle, pFd);
7778 ret = device->ws->export_syncobj(device->ws, part->syncobj, pFd);
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_renderer.h194 int (*export_syncobj)(struct vn_renderer *renderer, member in struct:vn_renderer_sync_ops
441 return renderer->sync_ops.export_syncobj(renderer, sync, sync_file);
H A Dvn_renderer_vtest.c1041 vtest->base.sync_ops.export_syncobj = NULL;
H A Dvn_renderer_virtgpu.c1580 gpu->base.sync_ops.export_syncobj = virtgpu_sync_export_syncobj;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_radeon_winsys.h327 int (*export_syncobj)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
H A Dradv_device.c5073 ret = device->ws->export_syncobj(device->ws, syncobj_handle, pFd);
5162 ret = device->ws->export_syncobj(device->ws, syncobj_handle, pFd);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1627 ws->base.export_syncobj = radv_amdgpu_export_syncobj;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1789 ws->base.export_syncobj = radv_amdgpu_export_syncobj;

Completed in 28 milliseconds