Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h341 int (*export_syncobj_to_sync_file)(struct radeon_winsys *ws, uint32_t syncobj, int *fd); member
Dradv_device.c7797 ret = device->ws->export_syncobj_to_sync_file(device->ws, syncobj_handle, pFd); in radv_GetSemaphoreFdKHR()
7907 ret = device->ws->export_syncobj_to_sync_file(device->ws, in radv_GetFenceFdKHR()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1997 ws->base.export_syncobj_to_sync_file = radv_amdgpu_export_syncobj_to_sync_file; in radv_amdgpu_cs_init_functions()