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

  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 302 drm_vmw_synccpu_read = (1 << 0), enumerator in enum:drm_vmw_synccpu_flags
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 1024 * @drm_vmw_synccpu_read: Sync for read. If sync is done for read only, it's a
1036 drm_vmw_synccpu_read = (1 << 0), enumerator in enum:drm_vmw_synccpu_flags
    [all...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 1033 * @drm_vmw_synccpu_read: Sync for read. If sync is done for read only, it's a
1045 drm_vmw_synccpu_read = (1 << 0), enumerator in enum:drm_vmw_synccpu_flags
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 1031 * @drm_vmw_synccpu_read: Sync for read. If sync is done for read only, it's a
1043 drm_vmw_synccpu_read = (1 << 0), enumerator in enum:drm_vmw_synccpu_flags
vmw_screen_ioctl.c 643 arg.flags = drm_vmw_synccpu_read;
671 arg.flags = drm_vmw_synccpu_read;

Completed in 124 milliseconds