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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_job.c636 struct pipe_scissor_state *dbound = &ds->bound; local in function:lima_update_damage_pp_stream
637 bound.minx = MAX2(dbound->minx, dr->minx >> 4);
638 bound.miny = MAX2(dbound->miny, dr->miny >> 4);
639 bound.maxx = MIN2(dbound->maxx, (dr->maxx + 0xf) >> 4);
640 bound.maxy = MIN2(dbound->maxy, (dr->maxy + 0xf) >> 4);

Completed in 5 milliseconds