Lines Matching defs:height
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);
183 bin_h = div_align(key->height, nbins_y, screen->info->tile_align_h);
198 gmem->nbins_y = DIV_ROUND_UP(key->height, bin_h);
233 key->height);
237 * height restrictions:
244 while (div_align(key->height, nbins_y, screen->info->tile_align_h) >
249 /* then find a bin width/height that satisfies the memory
301 gmem->height = key->height;
391 /* clip bin height: */
392 bh = MIN2(gmem->bin_h, key->miny + key->height - yoff);
509 key->height = pfb->height;
517 scissor->maxy = pfb->height;
524 key->height = scissor->maxy - key->miny;
749 pipe_surface_format(pfb->zsbuf), pfb->width, pfb->height,
763 pipe_surface_format(pfb->zsbuf), pfb->width, pfb->height,