Home
last modified time | relevance | path

Searched refs:macro_tile_index (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_surface.h90 unsigned macro_tile_index:4; /* max 15 */ member
Dac_surface.c437 surf->u.legacy.macro_tile_index = csio->macroModeIndex; in gfx6_surface_settings()
439 surf->u.legacy.macro_tile_index = 0; in gfx6_surface_settings()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dcik_sdma.c122 unsigned macro_tile_index = tex->surface.u.legacy.macro_tile_index; in encode_tile_info() local
124 unsigned macro_tile_mode = info->cik_macrotile_mode_array[macro_tile_index]; in encode_tile_info()
Dsi_state.c2595 unsigned macro_index = rtex->surface.u.legacy.macro_tile_index; in si_init_depth_surface()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c198 surf_ws->u.legacy.macro_tile_index = cik_get_macro_tile_index(surf_ws); in surf_drm_to_winsys()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c3402 unsigned macro_index = iview->image->surface.u.legacy.macro_tile_index; in radv_initialise_ds_surface()