Lines Matching full:mtileh
579 unsigned mtileh,
593 if (surflevel->nblk_x < mtilew || surflevel->nblk_y < mtileh) {
599 surflevel->nblk_y = ALIGN(surflevel->nblk_y, mtileh);
605 mtile_ps = (mtile_pr * surflevel->nblk_y) / mtileh;
662 unsigned mtilew, mtileh, mtileb;
679 mtileh = (tileh * surf->bankh * surf_man->hw_info.num_banks) / surf->mtilea;
681 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
695 eg_surf_minify(surf, level+i, bpe, i, slice_pt, mtilew, mtileh, mtileb, offset);
1631 unsigned mtilew, mtileh, mtileb;
1648 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea;
1651 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
1665 si_surf_minify_2d(surf, level+i, bpe, i, slice_pt, mtilew, mtileh, 1, mtileb, aligned_offset);
2228 unsigned mtilew, mtileh, mtileb;
2250 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea;
2253 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
2267 si_surf_minify_2d(surf, level+i, bpe, i, slice_pt, mtilew, mtileh, 1, mtileb, aligned_offset);