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