Lines Matching defs:boxes
806 const struct drm_clip_rect *boxes)
835 x = boxes[i].x1, y = boxes[i].y1;
836 w = boxes[i].x2 - boxes[i].x1;
837 h = boxes[i].y2 - boxes[i].y1;
875 unsigned int nbox, const struct drm_clip_rect *boxes)
893 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
894 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
895 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1,
896 boxes[i].y2 - boxes[i].y1));
910 const struct drm_clip_rect *boxes)
917 dev_priv->emit_clip_rect(dev_priv, &boxes[i]);