Searched refs:export_syncobj (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_wsi_display.c | 293 if (device->ws->export_syncobj(device->ws, fence->permanent.syncobj, &fd)) { in radv_RegisterDeviceEventEXT() 336 if (device->ws->export_syncobj(device->ws, fence->permanent.syncobj, &fd)) { in radv_RegisterDisplayEventEXT()
|
D | radv_radeon_winsys.h | 338 int (*export_syncobj)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member
|
D | radv_device.c | 7792 ret = device->ws->export_syncobj(device->ws, syncobj_handle, pFd); in radv_GetSemaphoreFdKHR() 7902 ret = device->ws->export_syncobj(device->ws, part->syncobj, pFd); in radv_GetFenceFdKHR()
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 1995 ws->base.export_syncobj = radv_amdgpu_export_syncobj; in radv_amdgpu_cs_init_functions()
|