Lines Matching defs:cliprect
132 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect[viewport_index];
133 const int minx = (int) cliprect->minx;
134 const int maxx = (int) cliprect->maxx;
135 const int miny = (int) cliprect->miny;
136 const int maxy = (int) cliprect->maxy;
647 * Scissoring/cliprect is applied here too.
656 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect[viewport_index];
657 const int minx = (int) cliprect->minx;
658 const int maxx = (int) cliprect->maxx;
659 const int miny = (int) cliprect->miny;
660 const int maxy = (int) cliprect->maxy;