Lines Matching refs:tileh
661 unsigned tilew, tileh, tileb; in eg_surface_init_2d() local
668 tileh = 8; in eg_surface_init_2d()
669 tileb = tilew * tileh * bpe * surf->nsamples; in eg_surface_init_2d()
679 mtileh = (tileh * surf->bankh * surf_man->hw_info.num_banks) / surf->mtilea; in eg_surface_init_2d()
681 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb; in eg_surface_init_2d()
1630 unsigned tilew, tileh, tileb; in si_surface_init_2d() local
1637 tileh = 8; in si_surface_init_2d()
1638 tileb = tilew * tileh * bpe * surf->nsamples; in si_surface_init_2d()
1648 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea; in si_surface_init_2d()
1651 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb; in si_surface_init_2d()
2227 unsigned tilew, tileh, tileb_1x, tileb; in cik_surface_init_2d() local
2234 tileh = 8; in cik_surface_init_2d()
2235 tileb_1x = tilew * tileh * bpe; in cik_surface_init_2d()
2250 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea; in cik_surface_init_2d()
2253 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb; in cik_surface_init_2d()