HomeSort by relevance Sort by last modified time
    Searched refs:DRM_VMW_FENCE_FLAG_EXEC (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 566 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
579 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
vmw_screen_ioctl.c 381 dflags |= DRM_VMW_FENCE_FLAG_EXEC;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 566 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
579 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
vmw_screen_ioctl.c 381 dflags |= DRM_VMW_FENCE_FLAG_EXEC;
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 211 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 578 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
591 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
679 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.

Completed in 36 milliseconds