Lines Matching full:mtileh
571 unsigned mtileh,
585 if (surflevel->nblk_x < mtilew || surflevel->nblk_y < mtileh) {
591 surflevel->nblk_y = ALIGN(surflevel->nblk_y, mtileh);
597 mtile_ps = (mtile_pr * surflevel->nblk_y) / mtileh;
654 unsigned mtilew, mtileh, mtileb;
671 mtileh = (tileh * surf->bankh * surf_man->hw_info.num_banks) / surf->mtilea;
673 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
687 eg_surf_minify(surf, level+i, bpe, i, slice_pt, mtilew, mtileh, mtileb, offset);
1621 unsigned mtilew, mtileh, mtileb;
1638 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea;
1641 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
1655 si_surf_minify_2d(surf, level+i, bpe, i, slice_pt, mtilew, mtileh, 1, mtileb, aligned_offset);
2218 unsigned mtilew, mtileh, mtileb;
2240 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea;
2243 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
2257 si_surf_minify_2d(surf, level+i, bpe, i, slice_pt, mtilew, mtileh, 1, mtileb, aligned_offset);