Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:clips

585 	 * its bounding box is filled before iterating over all the clips. So
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.
1121 * @inc: Increment to use when looping over @clips.
1132 struct drm_clip_rect *clips,
1172 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips,
1186 * vmw_sou_bo_fifo_commit - Callback to submit a set of readback clips.
1190 * Commits a previously built command buffer of readback clips.
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.
1236 * @increment: Increment to use when looping over @clips.
1248 struct drm_clip_rect *clips,
1279 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips,
1296 * vmw_sou_readback_fifo_commit - Callback to submit a set of readback clips.
1300 * Commits a previously built command buffer of readback clips.