Home
last modified time | relevance | path

Searched refs:independent_64B_blocks (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.c150 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() local
1494 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 …]
Dac_surface.h161 uint8_t independent_64B_blocks : 1; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1271 … metadata->u.gfx9.dcc_independent_64b_blocks = surface->u.gfx9.color.dcc.independent_64B_blocks; in radv_init_metadata()
Dradv_device.c6559 … independent_64b_blocks = iview->image->planes[0].surface.u.gfx9.color.dcc.independent_64B_blocks; in radv_init_dcc_control_reg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2481 … S_028C78_INDEPENDENT_64B_BLOCKS(tex->surface.u.gfx9.color.dcc.independent_64B_blocks) | in si_initialize_color_surface()