Home
last modified time | relevance | path

Searched refs:imported_fence_fd (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c245 vswc->base.imported_fence_fd, in vmw_swc_flush()
292 if (vswc->base.imported_fence_fd != -1) { in vmw_swc_flush()
293 close(vswc->base.imported_fence_fd); in vmw_swc_flush()
294 vswc->base.imported_fence_fd = -1; in vmw_swc_flush()
813 vswc->base.imported_fence_fd = -1; in vmw_svga_winsys_context_create()
H A Dvmw_screen.h193 int32_t imported_fence_fd,
H A Dvmw_screen_ioctl.c512 struct pipe_fence_handle **pfence, int32_t imported_fence_fd, in vmw_ioctl_command()
547 if (imported_fence_fd != -1) { in vmw_ioctl_command()
562 arg.imported_fence_fd = imported_fence_fd; in vmw_ioctl_command()
510 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, uint32_t throttle_us, void *commands, uint32_t size, struct pipe_fence_handle **pfence, int32_t imported_fence_fd, uint32_t flags) vmw_ioctl_command() argument
H A Dvmwgfx_drm.h325 * @imported_fence_fd: FD for a fence imported from another device
343 __s32 imported_fence_fd; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_flush.c111 sws->fence_server_sync(sws, &svga->swc->imported_fence_fd, fence); in svga_fence_server_sync()
H A Dsvga_winsys.h407 int32 imported_fence_fd; member
/third_party/libdrm/include/drm/
H A Dvmwgfx_drm.h301 * @imported_fence_fd: FD for a fence imported from another device
319 __s32 imported_fence_fd; member

Completed in 11 milliseconds