Home | History | Annotate | Download | only in swr

Lines Matching defs:halign

607    const unsigned width = align(res->swr.width, res->swr.halign);
685 * Each level's sizes are subject to the valign and halign settings of the
704 res->swr.halign = KNOB_MACROTILE_X_DIM;
707 res->swr.halign = 1;
711 unsigned halign = res->swr.halign * util_format_get_blockwidth(fmt);
712 unsigned width = align(pt->width0, halign);
715 width += align(u_minify(pt->width0, level), halign);
723 // widths. This can happen if, e.g. halign is 32, and the width of level
730 align(u_minify(pt->width0, 1), halign) +
731 align(u_minify(pt->width0, 2), halign));