Lines Matching defs:clips
583 * its bounding box is filled before iterating over all the clips. So
1110 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
1111 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
1117 * @num_clips: Number of clip rects in @clips.
1118 * @inc: Increment to use when looping over @clips.
1129 struct drm_clip_rect *clips,
1169 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips,
1183 * vmw_sou_bo_fifo_commit - Callback to submit a set of readback clips.
1187 * Commits a previously built command buffer of readback clips.
1229 * @clips: Array of clip rects.
1230 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
1232 * @num_clips: Number of clip rects in @clips.
1233 * @increment: Increment to use when looping over @clips.
1245 struct drm_clip_rect *clips,
1276 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips,
1293 * vmw_sou_readback_fifo_commit - Callback to submit a set of readback clips.
1297 * Commits a previously built command buffer of readback clips.