Lines Matching defs:clip
655 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
656 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
658 * @num_clips: Number of clip rects in @clips or @vclips.
711 ddirty.base.clip = vmw_stdu_bo_clip;
721 ddirty.base.clip = vmw_stdu_bo_cpu_clip;
831 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
832 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
838 * @num_clips: Number of clip rects in @clips.
884 sdirty.base.clip = vmw_kms_stdu_surface_clip;
1212 void *cmd, struct drm_rect *clip,
1220 box->x = clip->x1;
1221 box->y = clip->y1;
1223 box->w = drm_rect_width(clip);
1224 box->h = drm_rect_height(clip);
1262 void *cmd, struct drm_rect *clip,
1376 bo_update.base.clip = vmw_stdu_bo_clip_cpu;
1381 bo_update.base.clip = vmw_stdu_bo_populate_clip;
1430 struct drm_rect clip;
1440 drm_atomic_for_each_plane_damage(&iter, &clip) {
1449 box->x = clip.x1;
1450 box->y = clip.y1;
1452 box->w = drm_rect_width(&clip);
1453 box->h = drm_rect_height(&clip);
1485 struct drm_rect *clip, uint32_t fb_x,
1493 box->x = clip->x1;
1494 box->y = clip->y1;
1496 box->w = drm_rect_width(clip);
1497 box->h = drm_rect_height(clip);
1555 srf_update.clip = vmw_stdu_surface_populate_clip;