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

  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 305 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 1031 * @drm_vmw_synccpu_allow_cs: Allow command submission that touches the buffer
1039 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
    [all...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 1040 * @drm_vmw_synccpu_allow_cs: Allow command submission that touches the buffer
1048 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 1038 * @drm_vmw_synccpu_allow_cs: Allow command submission that touches the buffer
1046 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
vmw_screen_ioctl.c 649 arg.flags |= drm_vmw_synccpu_allow_cs;
675 arg.flags |= drm_vmw_synccpu_allow_cs;

Completed in 508 milliseconds