Lines Matching full:cliprect
130 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect;
131 const int minx = (int) cliprect->minx;
132 const int maxx = (int) cliprect->maxx;
133 const int miny = (int) cliprect->miny;
134 const int maxy = (int) cliprect->maxy;
704 * Scissoring/cliprect is applied here too.
712 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect;
713 const int minx = (int) cliprect->minx;
714 const int maxx = (int) cliprect->maxx;
715 const int miny = (int) cliprect->miny;
716 const int maxy = (int) cliprect->maxy;