Lines Matching defs:height
163 unsigned height = prsc->height0;
170 mip->height = height;
173 mip->padded_height = align(height * msaa_yscale, paddingY);
183 height = u_minify(height, 1);
232 /* Determine needed padding (alignment of height/width) */
504 level->height = tmpl->height0;
518 level->padded_height = align(level->height, paddingY);
526 * stride. The size of the BO must accomodate the padded height. */
534 BUG("BO size %u is too small for RS engine height padding (%u, format %s)",