Lines Matching refs:tileh
658 unsigned tilew, tileh, tileb;
665 tileh = 8;
666 tileb = tilew * tileh * bpe * surf->nsamples;
676 mtileh = (tileh * surf->bankh * surf_man->hw_info.num_banks) / surf->mtilea;
678 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
1627 unsigned tilew, tileh, tileb;
1634 tileh = 8;
1635 tileb = tilew * tileh * bpe * surf->nsamples;
1645 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea;
1648 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
2224 unsigned tilew, tileh, tileb_1x, tileb;
2231 tileh = 8;
2232 tileb_1x = tilew * tileh * bpe;
2247 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea;
2250 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;