Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.c152 surf->u.gfx9.color.dcc.independent_128B_blocks && in ac_surface_supports_dcc_image_stores()
156 surf->u.gfx9.color.dcc.independent_128B_blocks && in ac_surface_supports_dcc_image_stores()
187 surf->u.gfx9.color.dcc.independent_128B_blocks = AMD_FMT_MOD_GET(DCC_INDEPENDENT_128B, modifier); in ac_modifier_fill_dcc_params()
1527 …surf->u.gfx9.color.dcc.independent_64B_blocks && !surf->u.gfx9.color.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()
1533 …!surf->u.gfx9.color.dcc.independent_64B_blocks && surf->u.gfx9.color.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()
1539 bool valid_128b = surf->u.gfx9.color.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()
1546 … surf->u.gfx9.color.dcc.independent_64B_blocks != surf->u.gfx9.color.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()
1551 …(surf->u.gfx9.color.dcc.independent_64B_blocks != surf->u.gfx9.color.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()
1624 if (info->gfx_level == GFX10 && surf->u.gfx9.color.dcc.independent_128B_blocks) in is_dcc_supported_by_DCN()
2239 surf->u.gfx9.color.dcc.independent_128B_blocks = 0; in gfx9_compute_surface()
[all …]
Dac_surface.h162 uint8_t independent_128B_blocks : 1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2635 …l |= S_028C78_INDEPENDENT_128B_BLOCKS_GFX11(tex->surface.u.gfx9.color.dcc.independent_128B_blocks); in si_initialize_color_surface()
2637 …l |= S_028C78_INDEPENDENT_128B_BLOCKS_GFX10(tex->surface.u.gfx9.color.dcc.independent_128B_blocks); in si_initialize_color_surface()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1384 … metadata->u.gfx9.dcc_independent_128b_blocks = surface->u.gfx9.color.dcc.independent_128B_blocks; in radv_init_metadata()
Dradv_device.c6200 …independent_128b_blocks = iview->image->planes[0].surface.u.gfx9.color.dcc.independent_128B_blocks; in radv_init_dcc_control_reg()