Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_surface.c186 surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_128B) || in ac_surface_supports_dcc_image_stores()
190 surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B) || in ac_surface_supports_dcc_image_stores()
194 surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_256B); in ac_surface_supports_dcc_image_stores()
236 …surf->u.gfx9.color.dcc.max_compressed_block_size = AMD_FMT_MOD_GET(DCC_MAX_COMPRESSED_BLOCK, modif… in ac_modifier_fill_dcc_params()
1762 surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B; in is_dcc_supported_by_L2()
1764 … (surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_128B || in is_dcc_supported_by_L2()
1766 … surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_256B)); in is_dcc_supported_by_L2()
1845 surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B); in gfx9_is_dcc_supported_by_DCN()
1857 surf->u.gfx9.color.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B)); in gfx9_is_dcc_supported_by_DCN()
2451 surf->u.gfx9.color.dcc.max_compressed_block_size = V_028C78_MAX_BLOCK_SIZE_256B; in gfx9_compute_surface()
[all …]
Dac_surface.h160 uint8_t max_compressed_block_size : 2; member
Dac_descriptors.c488 … S_00A018_MAX_COMPRESSED_BLOCK_SIZE(surf->u.gfx9.color.dcc.max_compressed_block_size) | in ac_build_gfx10_texture_descriptor()
534 S_00A018_MAX_COMPRESSED_BLOCK_SIZE(surf->u.gfx9.color.dcc.max_compressed_block_size) | in ac_build_gfx12_texture_descriptor()
1241 … S_028C78_MAX_COMPRESSED_BLOCK_SIZE(surf->u.gfx9.color.dcc.max_compressed_block_size) | in ac_init_gfx10_cb_surface()
1294 … S_028C70_MAX_COMPRESSED_BLOCK_SIZE(surf->u.gfx9.color.dcc.max_compressed_block_size) | in ac_init_gfx12_cb_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c178 (tiled->surface.u.gfx9.color.dcc.max_compressed_block_size << 24) | in si_sdma_v4_v5_copy_texture()
187 tiled->surface.u.gfx9.color.dcc.max_compressed_block_size << 24 | in si_sdma_v4_v5_copy_texture()
/external/mesa3d/src/amd/vulkan/
Dradv_sdma.c213 const uint32_t max_comp_block_size = surf->u.gfx9.color.dcc.max_compressed_block_size; in radv_sdma_get_metadata_config()
Dradv_image.c795 …tadata->u.gfx9.dcc_max_compressed_block_size = surface->u.gfx9.color.dcc.max_compressed_block_size; in radv_init_metadata()