Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:clip

660  * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
661 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
663 * @num_clips: Number of clip rects in @clips or @vclips.
716 ddirty.base.clip = vmw_stdu_bo_clip;
726 ddirty.base.clip = vmw_stdu_bo_cpu_clip;
836 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
837 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
843 * @num_clips: Number of clip rects in @clips.
889 sdirty.base.clip = vmw_kms_stdu_surface_clip;
1229 void *cmd, struct drm_rect *clip,
1237 box->x = clip->x1;
1238 box->y = clip->y1;
1240 box->w = drm_rect_width(clip);
1241 box->h = drm_rect_height(clip);
1279 void *cmd, struct drm_rect *clip,
1393 bo_update.base.clip = vmw_stdu_bo_clip_cpu;
1398 bo_update.base.clip = vmw_stdu_bo_populate_clip;
1447 struct drm_rect clip;
1457 drm_atomic_for_each_plane_damage(&iter, &clip) {
1466 box->x = clip.x1;
1467 box->y = clip.y1;
1469 box->w = drm_rect_width(&clip);
1470 box->h = drm_rect_height(&clip);
1502 struct drm_rect *clip, uint32_t fb_x,
1510 box->x = clip->x1;
1511 box->y = clip->y1;
1513 box->w = drm_rect_width(clip);
1514 box->h = drm_rect_height(clip);
1572 srf_update.clip = vmw_stdu_surface_populate_clip;