Searched refs:loc_end (Results 1 – 1 of 1) sorted by relevance
1780 const struct vmw_surface_loc *loc_end) in vmw_subres_dirty_add() argument1793 if (box_c2 < loc_end->z) in vmw_subres_dirty_add()1794 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()1796 if (loc_start->z + 1 == loc_end->z) { in vmw_subres_dirty_add()1800 if (box_c2 < loc_end->y) in vmw_subres_dirty_add()1801 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()1803 if (loc_start->y + 1 == loc_end->y) { in vmw_subres_dirty_add()1807 if (box_c2 < loc_end->x) in vmw_subres_dirty_add()1808 box->w = loc_end->x - box->x; in vmw_subres_dirty_add()