Searched refs:export_syncobj (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_wsi_display.c | 71 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 D | radv_radeon_winsys.h | 308 int (*export_syncobj)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
|
| H A D | radv_device.c | 7659 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 D | vn_renderer.h | 194 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 D | vn_renderer_vtest.c | 1041 vtest->base.sync_ops.export_syncobj = NULL;
|
| H A D | vn_renderer_virtgpu.c | 1580 gpu->base.sync_ops.export_syncobj = virtgpu_sync_export_syncobj;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_radeon_winsys.h | 327 int (*export_syncobj)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
|
| H A D | radv_device.c | 5073 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 D | radv_amdgpu_cs.c | 1627 ws->base.export_syncobj = radv_amdgpu_export_syncobj;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_cs.c | 1789 ws->base.export_syncobj = radv_amdgpu_export_syncobj;
|
Completed in 28 milliseconds