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.c151 return (!surf->u.gfx9.color.dcc.independent_64B_blocks && in ac_surface_supports_dcc_image_stores()
155 surf->u.gfx9.color.dcc.independent_64B_blocks && in ac_surface_supports_dcc_image_stores()
186 surf->u.gfx9.color.dcc.independent_64B_blocks = AMD_FMT_MOD_GET(DCC_INDEPENDENT_64B, modifier); in ac_modifier_fill_dcc_params()
1527 …return surf->u.gfx9.color.dcc.independent_64B_blocks && !surf->u.gfx9.color.dcc.independent_128B_b… in is_dcc_supported_by_L2()
1533 …return !surf->u.gfx9.color.dcc.independent_64B_blocks && surf->u.gfx9.color.dcc.independent_128B_b… in is_dcc_supported_by_L2()
1537 bool valid_64b = surf->u.gfx9.color.dcc.independent_64B_blocks && in is_dcc_supported_by_L2()
1546 …return surf->u.gfx9.color.dcc.independent_64B_blocks != surf->u.gfx9.color.dcc.independent_128B_bl… in is_dcc_supported_by_L2()
1551 …return (surf->u.gfx9.color.dcc.independent_64B_blocks != surf->u.gfx9.color.dcc.independent_128B_b… in is_dcc_supported_by_L2()
1553 (surf->u.gfx9.color.dcc.independent_64B_blocks && in is_dcc_supported_by_L2()
1580 bool independent_64B_blocks = AMD_FMT_MOD_GET(DCC_INDEPENDENT_64B, modifier); in ac_modifier_max_extent() local
[all …]
Dac_surface.h161 uint8_t independent_64B_blocks : 1; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1383 … metadata->u.gfx9.dcc_independent_64b_blocks = surface->u.gfx9.color.dcc.independent_64B_blocks; in radv_init_metadata()
Dradv_device.c6201 … 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.c2633 … S_028C78_INDEPENDENT_64B_BLOCKS(tex->surface.u.gfx9.color.dcc.independent_64B_blocks); in si_initialize_color_surface()