Searched refs:independent_64B_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()1309 (!surf->u.gfx9.dcc.independent_64B_blocks || in is_dcc_supported_by_L2()1345 assert(surf->u.gfx9.dcc.independent_64B_blocks && in is_dcc_supported_by_DCN()1356 (surf->u.gfx9.dcc.independent_64B_blocks && in is_dcc_supported_by_DCN()1871 surf->u.gfx9.dcc.independent_64B_blocks = 1; in gfx9_compute_surface()1875 surf->u.gfx9.dcc.independent_64B_blocks = 0; in gfx9_compute_surface()1899 surf->u.gfx9.dcc.independent_64B_blocks = 1; in gfx9_compute_surface()1905 surf->u.gfx9.dcc.independent_64B_blocks = 1; in gfx9_compute_surface()[all …]
145 unsigned independent_64B_blocks : 1; member
2322 … S_028C78_INDEPENDENT_64B_BLOCKS(tex->surface.u.gfx9.dcc.independent_64B_blocks) | in si_initialize_color_surface()