Searched refs:independent_64B_blocks (Results 1 – 5 of 5) sorted by relevance
150 return (!surf->u.gfx9.color.dcc.independent_64B_blocks && in ac_surface_supports_dcc_image_stores()154 surf->u.gfx9.color.dcc.independent_64B_blocks && in ac_surface_supports_dcc_image_stores()185 surf->u.gfx9.color.dcc.independent_64B_blocks = AMD_FMT_MOD_GET(DCC_INDEPENDENT_64B, modifier); in ac_modifier_fill_dcc_params()1446 …return surf->u.gfx9.color.dcc.independent_64B_blocks && !surf->u.gfx9.color.dcc.independent_128B_b… in is_dcc_supported_by_L2()1452 …return !surf->u.gfx9.color.dcc.independent_64B_blocks && surf->u.gfx9.color.dcc.independent_128B_b… in is_dcc_supported_by_L2()1460 …return surf->u.gfx9.color.dcc.independent_64B_blocks != surf->u.gfx9.color.dcc.independent_128B_bl… in is_dcc_supported_by_L2()1461 (!surf->u.gfx9.color.dcc.independent_64B_blocks || in is_dcc_supported_by_L2()1492 bool independent_64B_blocks = AMD_FMT_MOD_GET(DCC_INDEPENDENT_64B, modifier); in ac_modifier_max_extent() local1494 if (info->chip_class >= GFX10 && !independent_64B_blocks) { in ac_modifier_max_extent()1536 assert(surf->u.gfx9.color.dcc.independent_64B_blocks && in is_dcc_supported_by_DCN()[all …]
161 uint8_t independent_64B_blocks : 1; member
1271 … metadata->u.gfx9.dcc_independent_64b_blocks = surface->u.gfx9.color.dcc.independent_64B_blocks; in radv_init_metadata()
6559 … independent_64b_blocks = iview->image->planes[0].surface.u.gfx9.color.dcc.independent_64B_blocks; in radv_init_dcc_control_reg()
2481 … S_028C78_INDEPENDENT_64B_BLOCKS(tex->surface.u.gfx9.color.dcc.independent_64B_blocks) | in si_initialize_color_surface()