Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h282 int (*export_syncobj)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member
Dradv_device.c3866 ret = device->ws->export_syncobj(device->ws, syncobj_handle, pFd); in radv_GetSemaphoreFdKHR()
3955 ret = device->ws->export_syncobj(device->ws, syncobj_handle, pFd); in radv_GetFenceFdKHR()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1504 ws->base.export_syncobj = radv_amdgpu_export_syncobj; in radv_amdgpu_cs_init_functions()