Lines Matching refs:clip
505 void *cmd, struct drm_rect *clip, in vmw_sou_bo_populate_clip() argument
514 blit->body.destRect.left = clip->x1; in vmw_sou_bo_populate_clip()
515 blit->body.destRect.top = clip->y1; in vmw_sou_bo_populate_clip()
516 blit->body.destRect.right = clip->x2; in vmw_sou_bo_populate_clip()
517 blit->body.destRect.bottom = clip->y2; in vmw_sou_bo_populate_clip()
561 bo_update.base.clip = vmw_sou_bo_populate_clip; in vmw_sou_plane_update_bo()
621 void *cmd, struct drm_rect *clip, in vmw_sou_surface_clip_rect() argument
630 rect->left = clip->x1; in vmw_sou_surface_clip_rect()
631 rect->top = clip->y1; in vmw_sou_surface_clip_rect()
632 rect->right = clip->x2; in vmw_sou_surface_clip_rect()
633 rect->bottom = clip->y2; in vmw_sou_surface_clip_rect()
723 srf_update.base.clip = vmw_sou_surface_clip_rect; in vmw_sou_plane_update_surface()
1157 sdirty.base.clip = vmw_sou_surface_clip; in vmw_kms_sou_do_surface_dirty()
1273 dirty.clip = vmw_sou_bo_clip; in vmw_kms_sou_do_bo_dirty()
1379 dirty.clip = vmw_sou_readback_clip; in vmw_kms_sou_readback()