Home
last modified time | relevance | path

Searched refs:drmSyncobjFDToHandle (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c201 ret = drmSyncobjFDToHandle(fd_device_fd(ctx->screen->dev), fd, &syncobj); in fd_create_fence_fd()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_drm_syncobj.c302 int err = drmSyncobjFDToHandle(device->drm_fd, fd, &new_handle); in vk_drm_syncobj_import_opaque_fd()
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c782 return drmSyncobjFDToHandle(dev->fd, shared_fd, handle); in amdgpu_cs_import_syncobj()
/third_party/libdrm/
H A Dxf86drm.h927 extern int drmSyncobjFDToHandle(int fd, int obj_fd, uint32_t *handle);
H A Dxf86drm.c4861 drm_public int drmSyncobjFDToHandle(int fd, int obj_fd, uint32_t *handle) in drmSyncobjFDToHandle() function
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1643 int ret = drmSyncobjFDToHandle(wsi->syncobj_fd, sync_fd, &fence->syncobj); in wsi_display_fence_alloc()

Completed in 15 milliseconds