radeon_surface.c | 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; local 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; local 2218 unsigned mtilew, mtileh, mtileb; local [all...] |