Lines Matching refs:clip
529 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
530 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
532 * @num_clips: Number of clip rects in @clips or @vclips.
583 ddirty.base.clip = vmw_stdu_bo_cpu_clip;
692 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
693 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
699 * @num_clips: Number of clip rects in @clips.
745 sdirty.base.clip = vmw_kms_stdu_surface_clip;
1047 void *cmd, struct drm_rect *clip,
1155 bo_update.base.clip = vmw_stdu_bo_clip_cpu;
1203 struct drm_rect clip;
1213 drm_atomic_for_each_plane_damage(&iter, &clip) {
1222 box->x = clip.x1;
1223 box->y = clip.y1;
1225 box->w = drm_rect_width(&clip);
1226 box->h = drm_rect_height(&clip);
1258 struct drm_rect *clip, uint32_t fb_x,
1266 box->x = clip->x1;
1267 box->y = clip->y1;
1269 box->w = drm_rect_width(clip);
1270 box->h = drm_rect_height(clip);
1327 srf_update.clip = vmw_stdu_surface_populate_clip;