Home | History | Annotate | Download | only in freedreno

Lines Matching defs:minx

116 	uint32_t minx, miny, width, height;
147 minx = 0;
153 minx = scissor->minx & ~(gmem_alignw - 1);
155 width = scissor->maxx - minx;
200 gmem->minx = minx;
265 xoff = minx;
280 bw = MIN2(bin_w, minx + width - xoff);
444 unsigned minx = tile->xoff;
448 return (minx >= scissor->minx) && (maxx <= scissor->maxx) &&