Home
last modified time | relevance | path

Searched refs:export_syncobj (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_wsi_display.c293 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()
Dradv_radeon_winsys.h338 int (*export_syncobj)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member
Dradv_device.c7792 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/
Dradv_amdgpu_cs.c1995 ws->base.export_syncobj = radv_amdgpu_export_syncobj; in radv_amdgpu_cs_init_functions()