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 D | radv_radeon_winsys.h | 330 int (*export_syncobj_to_sync_file)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
|
| H A D | radv_device.c | 5076 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 D | radv_radeon_winsys.h | 311 int (*export_syncobj_to_sync_file)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member in struct:radeon_winsys
|
| H A D | radv_device.c | 7664 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 D | radv_amdgpu_cs.c | 1629 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 D | radv_amdgpu_cs.c | 1791 ws->base.export_syncobj_to_sync_file = radv_amdgpu_export_syncobj_to_sync_file;
|
Completed in 176 milliseconds