Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:clip

57  * @dst_x: Difference between source clip rects and framebuffer coordinates.
58 * @dst_y: Difference between source clip rects and framebuffer coordinates.
507 void *cmd, struct drm_rect *clip,
516 blit->body.destRect.left = clip->x1;
517 blit->body.destRect.top = clip->y1;
518 blit->body.destRect.right = clip->x2;
519 blit->body.destRect.bottom = clip->y2;
563 bo_update.base.clip = vmw_sou_bo_populate_clip;
623 void *cmd, struct drm_rect *clip,
632 rect->left = clip->x1;
633 rect->top = clip->y1;
634 rect->right = clip->x2;
635 rect->bottom = clip->y2;
725 srf_update.base.clip = vmw_sou_surface_clip_rect;
1113 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
1114 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
1120 * @num_clips: Number of clip rects in @clips.
1160 sdirty.base.clip = vmw_sou_surface_clip;
1232 * @clips: Array of clip rects.
1233 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
1235 * @num_clips: Number of clip rects in @clips.
1276 dirty.clip = vmw_sou_bo_clip;
1347 * @vclips: Array of clip rects.
1348 * @num_clips: Number of clip rects in @vclips.
1382 dirty.clip = vmw_sou_readback_clip;