Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_surface.h197 uint32_t dcc_alignment; member
Dac_surface.c353 surf->dcc_alignment = MAX2(surf->dcc_alignment, AddrDccOut->dccRamBaseAlign); in gfx6_compute_level()
687 surf->dcc_alignment = 1; in gfx6_compute_surface()
793 surf->dcc_alignment * 4); in gfx6_compute_surface()
959 surf->dcc_alignment = dout.dccRamBaseAlign; in gfx9_compute_miptree()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1104 rtex->surface.dcc_alignment, in si_print_texture_info()
1148 rtex->surface.dcc_alignment); in si_print_texture_info()
1286 rtex->dcc_offset = align64(rtex->size, rtex->surface.dcc_alignment); in r600_texture_create_object()
2287 tex->surface.dcc_alignment); in vi_separate_dcc_try_enable()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c797 image->dcc_offset = align64(image->size, image->surface.dcc_alignment); in radv_image_alloc_dcc()
802 image->alignment = MAX2(image->alignment, image->surface.dcc_alignment); in radv_image_alloc_dcc()