Searched refs:drmSyncobjSignal (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/ |
D | core-symbols.txt | 192 drmSyncobjSignal
|
D | xf86drm.h | 935 extern int drmSyncobjSignal(int fd, const uint32_t *handles, uint32_t handle_count);
|
D | xf86drm.c | 4941 drm_public int drmSyncobjSignal(int fd, const uint32_t *handles, in drmSyncobjSignal() function
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_fence.c | 244 drmSyncobjSignal(fd_device_fd(ctx->screen->dev), &fence->syncobj, 1); in fd_fence_server_signal()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_drm_syncobj.c | 98 err = drmSyncobjSignal(device->drm_fd, &sobj->syncobj, 1); in vk_drm_syncobj_signal()
|
/third_party/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 460 return drmSyncobjSignal(fd, (uint32_t *) &syncobjs, n_syncobjs); in v3d_simulator_signal_syncobjs()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_cs.c | 705 return drmSyncobjSignal(dev->fd, syncobjs, syncobj_count); in amdgpu_cs_syncobj_signal()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 1608 (void) drmSyncobjSignal(fence->wsi->syncobj_fd, &fence->syncobj, 1); in wsi_display_fence_event_handler() 2109 drmSyncobjSignal(wsi->syncobj_fd, &fence->syncobj, 1); in udev_event_listener_thread()
|