Searched refs:pack_align (Results 1 – 1 of 1) sorted by relevance
7299 unsigned int pack_align; in t4_fixup_host_params() local7324 pack_align = fl_align; in t4_fixup_host_params()7337 if (mps > pack_align) in t4_fixup_host_params()7338 pack_align = mps; in t4_fixup_host_params()7346 if (pack_align <= 16) { in t4_fixup_host_params()7349 } else if (pack_align == 32) { in t4_fixup_host_params()7353 unsigned int pack_align_log = fls(pack_align) - 1; in t4_fixup_host_params()7356 fl_align = pack_align; in t4_fixup_host_params()