Lines Matching refs:right
64 out_rects[k].right = x2; in vmw_clip_cliprects()
460 int left, right, top, bottom; in do_surface_dirty_sou() local
497 right = clips->x2; in do_surface_dirty_sou()
505 right = max_t(int, right, (int)clips_ptr->x2); in do_surface_dirty_sou()
515 cmd->body.srcRect.right = right; in do_surface_dirty_sou()
535 clip.x2 = right - unit->crtc.x; in do_surface_dirty_sou()
549 cmd->body.destRect.right = clip.x2; in do_surface_dirty_sou()
923 blits[hit_num].body.destRect.right = clip_x2; in do_dmabuf_dirty_sou()
1236 int left, right, top, bottom; in vmw_kms_present() local
1269 right = clips->x + clips->w; in vmw_kms_present()
1275 right = max_t(int, right, (int)clips[i].x + clips[i].w); in vmw_kms_present()
1287 cmd->body.srcRect.right = right; in vmw_kms_present()
1305 clip.x2 = right + destX - unit->crtc.x; in vmw_kms_present()
1319 cmd->body.destRect.right = clip.x2; in vmw_kms_present()
1448 blits[blits_pos].body.srcRect.right = clip_x2; in vmw_kms_readback()