Searched refs:dcc_alignment (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_surface.h | 239 uint32_t dcc_alignment; member
|
D | ac_surface.c | 584 surf->dcc_alignment = MAX2(surf->dcc_alignment, AddrDccOut->dccRamBaseAlign); in gfx6_compute_level() 1038 surf->dcc_alignment = 1; in gfx6_compute_surface() 1189 surf->dcc_size = align64(surf->surf_size >> 8, surf->dcc_alignment * 4); in gfx6_compute_surface() 1532 surf->dcc_alignment = dout.dccRamBaseAlign; in gfx9_compute_miptree() 1577 surf->u.gfx9.display_dcc_alignment = surf->dcc_alignment; in gfx9_compute_miptree() 2150 surf->dcc_offset = align64(surf->total_size, surf->dcc_alignment); in ac_compute_surface() 2152 surf->alignment = MAX2(surf->alignment, surf->dcc_alignment); in ac_compute_surface()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 878 tex->surface.dcc_offset, tex->surface.dcc_size, tex->surface.dcc_alignment, in si_print_texture_info() 923 tex->surface.dcc_offset, tex->surface.dcc_size, tex->surface.dcc_alignment); in si_print_texture_info() 2180 tex->surface.dcc_size, tex->surface.dcc_alignment); in vi_separate_dcc_try_enable()
|
D | si_descriptors.c | 346 dcc_tile_swizzle &= tex->surface.dcc_alignment - 1; in si_set_mutable_tex_desc_fields()
|
D | si_state.c | 2955 dcc_tile_swizzle &= (tex->surface.dcc_alignment - 1) >> 8; in si_emit_framebuffer_state()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 664 dcc_tile_swizzle &= plane->surface.dcc_alignment - 1; in si_set_mutable_tex_desc_fields()
|
D | radv_device.c | 6808 dcc_tile_swizzle &= (surf->dcc_alignment - 1) >> 8; in radv_initialise_color_surface()
|