Home
last modified time | relevance | path

Searched refs:tileb (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/radeon/
Dradeon_surface.c658 unsigned tilew, tileh, tileb; in eg_surface_init_2d() local
666 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() local
779 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 …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c33 unsigned index, tileb; in cik_get_macro_tile_index() local
35 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()
/external/mesa3d/src/amd/common/
Dac_surface.c681 unsigned index, tileb; in cik_get_macro_tile_index() local
683 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()