HomeSort by: relevance | last modified time | path
    Searched refs:drm_vmw_rect (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 420 const struct drm_vmw_rect *vclips,
436 struct drm_vmw_rect *vclips,
516 struct drm_vmw_rect *vclips,
526 struct drm_vmw_rect *vclips,
535 struct drm_vmw_rect *vclips,
546 struct drm_vmw_rect *vclips,
558 struct drm_vmw_rect *vclips,
vmwgfx_ioctl.c 261 struct drm_vmw_rect __user *clips_ptr;
262 struct drm_vmw_rect *clips = NULL;
270 clips_ptr = (struct drm_vmw_rect __user *)(unsigned long)arg->clips_ptr;
345 struct drm_vmw_rect __user *clips_ptr;
346 struct drm_vmw_rect *clips = NULL;
353 clips_ptr = (struct drm_vmw_rect __user *)(unsigned long)arg->clips_ptr;
vmwgfx_kms.c 864 struct drm_vmw_rect *vclips,
1742 struct drm_vmw_rect *clips,
1757 struct drm_vmw_rect *clips,
2327 * is expressed as array of drm_vmw_rect.
2332 * The x and y offset (upper left) in drm_vmw_rect cannot be less than 0. Beside
2347 struct drm_vmw_rect *rects;
2361 rects_size = arg->num_outputs * sizeof(struct drm_vmw_rect);
2362 rects = kcalloc(arg->num_outputs, sizeof(struct drm_vmw_rect),
2379 struct drm_vmw_rect curr_rect;
2434 * @vclips: A set of struct drm_vmw_rect cliprects. Either this or @clips mus
    [all...]
vmwgfx_scrn.c 1133 struct drm_vmw_rect *vclips,
1249 struct drm_vmw_rect *vclips,
1358 struct drm_vmw_rect *vclips,
vmwgfx_stdu.c 681 struct drm_vmw_rect *vclips,
856 struct drm_vmw_rect *vclips,
vmwgfx_drv.h 1160 struct drm_vmw_rect *clips,
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
vmwgfx_drm.h 450 * struct drm_vmw_rect
456 struct drm_vmw_rect { struct
497 struct drm_vmw_rect src;
498 struct drm_vmw_rect dst;
803 * of num_outputs drm_vmw_rect's.
810 * @rects: pointer to array of drm_vmw_rect cast to an __u64

Completed in 20 milliseconds