Searched refs:independent_128B_blocks (Results 1 – 3 of 3) sorted by relevance
1294 return surf->u.gfx9.dcc.independent_64B_blocks && !surf->u.gfx9.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()1300 return !surf->u.gfx9.dcc.independent_64B_blocks && surf->u.gfx9.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()1308 return surf->u.gfx9.dcc.independent_64B_blocks != surf->u.gfx9.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()1311 (!surf->u.gfx9.dcc.independent_128B_blocks || in is_dcc_supported_by_L2()1319 return surf->u.gfx9.dcc.independent_128B_blocks && in is_dcc_supported_by_L2()1351 if (info->chip_class == GFX10 && surf->u.gfx9.dcc.independent_128B_blocks) in is_dcc_supported_by_DCN()1872 surf->u.gfx9.dcc.independent_128B_blocks = 0; in gfx9_compute_surface()1876 surf->u.gfx9.dcc.independent_128B_blocks = 1; in gfx9_compute_surface()1900 surf->u.gfx9.dcc.independent_128B_blocks = 0; in gfx9_compute_surface()1906 surf->u.gfx9.dcc.independent_128B_blocks = 1; in gfx9_compute_surface()[all …]
146 unsigned independent_128B_blocks : 1; member
2323 … S_028C78_INDEPENDENT_128B_BLOCKS(tex->surface.u.gfx9.dcc.independent_128B_blocks); in si_initialize_color_surface()