Home | History | Annotate | Download | only in swr

Lines Matching refs:halign

637    const unsigned width = align(res->swr.width, res->swr.halign);
715 * Each level's sizes are subject to the valign and halign settings of the
734 res->swr.halign = KNOB_MACROTILE_X_DIM;
745 res->swr.halign = 1;
749 unsigned halign = res->swr.halign * util_format_get_blockwidth(fmt);
750 unsigned width = align(pt->width0, halign);
753 width += align(u_minify(pt->width0, level), halign);
761 // widths. This can happen if, e.g. halign is 32, and the width of level
768 align(u_minify(pt->width0, 1), halign) +
769 align(u_minify(pt->width0, 2), halign));