Lines Matching refs:top
63 out_rects[k].top = y1; in vmw_clip_cliprects()
460 int left, right, top, bottom; in do_surface_dirty_sou() local
498 top = clips->y1; in do_surface_dirty_sou()
506 top = min_t(int, top, (int)clips_ptr->y1); in do_surface_dirty_sou()
516 cmd->body.srcRect.top = top; in do_surface_dirty_sou()
523 tmp[i].y1 = clips_ptr->y1 - top; in do_surface_dirty_sou()
524 tmp[i].y2 = clips_ptr->y2 - top; in do_surface_dirty_sou()
534 clip.y1 = top - unit->crtc.y; in do_surface_dirty_sou()
550 cmd->body.destRect.top = clip.y1; in do_surface_dirty_sou()
922 blits[hit_num].body.destRect.top = clip_y1 - move_y; in do_dmabuf_dirty_sou()
1236 int left, right, top, bottom; in vmw_kms_present() local
1270 top = clips->y; in vmw_kms_present()
1276 top = min_t(int, top, (int)clips[i].y); in vmw_kms_present()
1288 cmd->body.srcRect.top = top; in vmw_kms_present()
1294 tmp[i].y1 = clips[i].y - top; in vmw_kms_present()
1295 tmp[i].y2 = clips[i].y + clips[i].h - top; in vmw_kms_present()
1304 clip.y1 = top + destY - unit->crtc.y; in vmw_kms_present()
1320 cmd->body.destRect.top = clip.y1; in vmw_kms_present()
1447 blits[blits_pos].body.srcRect.top = clip_y1; in vmw_kms_readback()