Home
last modified time | relevance | path

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

/external/libdrm/radeon/
Dradeon_surface.c661 unsigned tilew, tileh, tileb; in eg_surface_init_2d() local
669 tileb = tilew * tileh * bpe * surf->nsamples; in eg_surface_init_2d()
672 if (tileb > tile_split && tile_split) { in eg_surface_init_2d()
673 slice_pt = tileb / tile_split; in eg_surface_init_2d()
675 tileb = tileb / slice_pt; in eg_surface_init_2d()
681 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb; in eg_surface_init_2d()
712 unsigned tileb; in eg_surface_sanity() local
782 tileb = MIN2(surf->tile_split, 64 * surf->bpe * surf->nsamples); in eg_surface_sanity()
783 if ((tileb * surf->bankh * surf->bankw) < surf_man->hw_info.group_bytes) { in eg_surface_sanity()
914 unsigned mode, tileb, h_over_w; in eg_surface_best() local
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c36 unsigned index, tileb; in cik_get_macro_tile_index() local
38 tileb = 8 * 8 * surf->bpe; in cik_get_macro_tile_index()
39 tileb = MIN2(surf->tile_split, tileb); in cik_get_macro_tile_index()
41 for (index = 0; tileb > 64; index++) in cik_get_macro_tile_index()
42 tileb >>= 1; in cik_get_macro_tile_index()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_surface.c279 unsigned index, tileb; in cik_get_macro_tile_index() local
281 tileb = 8 * 8 * surf->bpe; in cik_get_macro_tile_index()
282 tileb = MIN2(surf->tile_split, tileb); in cik_get_macro_tile_index()
284 for (index = 0; tileb > 64; index++) in cik_get_macro_tile_index()
285 tileb >>= 1; in cik_get_macro_tile_index()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c288 unsigned index, tileb; in cik_get_macro_tile_index() local
290 tileb = 8 * 8 * surf->bpe; in cik_get_macro_tile_index()
291 tileb = MIN2(surf->tile_split, tileb); in cik_get_macro_tile_index()
293 for (index = 0; tileb > 64; index++) in cik_get_macro_tile_index()
294 tileb >>= 1; in cik_get_macro_tile_index()