Searched refs:tileb (Results 1 – 3 of 3) sorted by relevance
658 unsigned tilew, tileh, tileb; in eg_surface_init_2d() local666 tileb = tilew * tileh * bpe * surf->nsamples; in eg_surface_init_2d()669 if (tileb > tile_split && tile_split) { in eg_surface_init_2d()670 slice_pt = tileb / tile_split; in eg_surface_init_2d()672 tileb = tileb / slice_pt; in eg_surface_init_2d()678 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb; in eg_surface_init_2d()709 unsigned tileb; in eg_surface_sanity() local779 tileb = MIN2(surf->tile_split, 64 * surf->bpe * surf->nsamples); in eg_surface_sanity()780 if ((tileb * surf->bankh * surf->bankw) < surf_man->hw_info.group_bytes) { in eg_surface_sanity()911 unsigned mode, tileb, h_over_w; in eg_surface_best() local[all …]
33 unsigned index, tileb; in cik_get_macro_tile_index() local35 tileb = 8 * 8 * surf->bpe; in cik_get_macro_tile_index()36 tileb = MIN2(surf->u.legacy.tile_split, tileb); in cik_get_macro_tile_index()38 for (index = 0; tileb > 64; index++) in cik_get_macro_tile_index()39 tileb >>= 1; in cik_get_macro_tile_index()
681 unsigned index, tileb; in cik_get_macro_tile_index() local683 tileb = 8 * 8 * surf->bpe; in cik_get_macro_tile_index()684 tileb = MIN2(surf->u.legacy.tile_split, tileb); in cik_get_macro_tile_index()686 for (index = 0; tileb > 64; index++) in cik_get_macro_tile_index()687 tileb >>= 1; in cik_get_macro_tile_index()