Lines Matching defs:width
88 * alignment) and width/height. This ensures that slightly different
95 uint16_t width, height;
120 printf("{ .minx=%u, .miny=%u, .width=%u, .height=%u", key->minx, key->miny,
121 key->width, key->height);
182 bin_w = div_align(key->width, nbins_x, screen->info->tile_align_w);
197 gmem->nbins_x = DIV_ROUND_UP(key->width, bin_w);
232 debug_printf(", zsbuf cpp: %d; %dx%d\n", key->zsbuf_cpp[0], key->width,
236 /* first, find a bin size that satisfies the maximum width/
239 while (div_align(key->width, nbins_x, screen->info->tile_align_w) >
249 /* then find a bin width/height that satisfies the memory
300 gmem->width = key->width;
405 /* clip bin width: */
406 bw = MIN2(gmem->bin_w, key->minx + key->width - xoff);
508 key->width = pfb->width;
516 scissor->maxx = pfb->width;
523 key->width = scissor->maxx - key->minx;
749 pipe_surface_format(pfb->zsbuf), pfb->width, pfb->height,
763 pipe_surface_format(pfb->zsbuf), pfb->width, pfb->height,