Home
last modified time | relevance | path

Searched refs:dbound (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c583 struct pipe_scissor_state *dbound = &ds->bound; in lima_update_damage_pp_stream() local
584 bound.minx = MAX2(dbound->minx, dr->minx >> 4); in lima_update_damage_pp_stream()
585 bound.miny = MAX2(dbound->miny, dr->miny >> 4); in lima_update_damage_pp_stream()
586 bound.maxx = MIN2(dbound->maxx, (dr->maxx + 0xf) >> 4); in lima_update_damage_pp_stream()
587 bound.maxy = MIN2(dbound->maxy, (dr->maxy + 0xf) >> 4); in lima_update_damage_pp_stream()