Searched refs:dbound (Results 1 – 1 of 1) sorted by relevance
633 struct pipe_scissor_state *dbound = &ds->bound; in lima_update_damage_pp_stream() local634 bound.minx = MAX2(dbound->minx, dr->minx >> 4); in lima_update_damage_pp_stream()635 bound.miny = MAX2(dbound->miny, dr->miny >> 4); in lima_update_damage_pp_stream()636 bound.maxx = MIN2(dbound->maxx, (dr->maxx + 0xf) >> 4); in lima_update_damage_pp_stream()637 bound.maxy = MIN2(dbound->maxy, (dr->maxy + 0xf) >> 4); in lima_update_damage_pp_stream()