Lines Matching refs:bottom
65 out_rects[k].bottom = y2; in vmw_clip_cliprects()
460 int left, right, top, bottom; in do_surface_dirty_sou() local
499 bottom = clips->y2; in do_surface_dirty_sou()
507 bottom = max_t(int, bottom, (int)clips_ptr->y2); in do_surface_dirty_sou()
517 cmd->body.srcRect.bottom = bottom; in do_surface_dirty_sou()
536 clip.y2 = bottom - unit->crtc.y; in do_surface_dirty_sou()
551 cmd->body.destRect.bottom = clip.y2; in do_surface_dirty_sou()
924 blits[hit_num].body.destRect.bottom = clip_y2; in do_dmabuf_dirty_sou()
1236 int left, right, top, bottom; in vmw_kms_present() local
1271 bottom = clips->y + clips->h; in vmw_kms_present()
1277 bottom = max_t(int, bottom, (int)clips[i].y + clips[i].h); in vmw_kms_present()
1289 cmd->body.srcRect.bottom = bottom; in vmw_kms_present()
1306 clip.y2 = bottom + destY - unit->crtc.y; in vmw_kms_present()
1321 cmd->body.destRect.bottom = clip.y2; in vmw_kms_present()
1449 blits[blits_pos].body.srcRect.bottom = clip_y2; in vmw_kms_readback()