Searched defs:mtilew (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/radeon/
H A Dradeon_surface.c578 unsigned mtilew,
593 if (surflevel->nblk_x < mtilew || surflevel->nblk_y < mtileh) {
598 surflevel->nblk_x = ALIGN(surflevel->nblk_x, mtilew);
603 mtile_pr = surflevel->nblk_x / mtilew;
662 unsigned mtilew, mtileh, mtileb; local
678 mtilew = (tilew * surf->bankw * surf_man->hw_info.num_pipes) * 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
1647 mtilew
573 eg_surf_minify(struct radeon_surface *surf, struct radeon_surface_level *surflevel, unsigned bpe, unsigned level, unsigned slice_pt, unsigned mtilew, unsigned mtileh, unsigned mtileb, uint64_t offset) argument
2228 unsigned mtilew, mtileh, mtileb; local
[all...]

Completed in 71 milliseconds