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

  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 192 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 592 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
605 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
693 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.
    [all...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 601 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
614 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
702 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 599 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
612 #define DRM_VMW_FENCE_FLAG_EXEC (1 << 0)
700 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.
vmw_screen_ioctl.c 702 dflags |= DRM_VMW_FENCE_FLAG_EXEC;

Completed in 58 milliseconds