Home
last modified time | relevance | path

Searched refs:max_compressed_block_size (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_surface.c1295 surf->u.gfx9.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B; in is_dcc_supported_by_L2()
1301 surf->u.gfx9.dcc.max_compressed_block_size <= V_028C78_MAX_BLOCK_SIZE_128B; in is_dcc_supported_by_L2()
1310 surf->u.gfx9.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B) && in is_dcc_supported_by_L2()
1312 surf->u.gfx9.dcc.max_compressed_block_size <= V_028C78_MAX_BLOCK_SIZE_128B); in is_dcc_supported_by_L2()
1320 surf->u.gfx9.dcc.max_compressed_block_size <= V_028C78_MAX_BLOCK_SIZE_128B; in is_dcc_supported_by_L2()
1346 surf->u.gfx9.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B); in is_dcc_supported_by_DCN()
1357 surf->u.gfx9.dcc.max_compressed_block_size == V_028C78_MAX_BLOCK_SIZE_64B)); in is_dcc_supported_by_DCN()
1873 surf->u.gfx9.dcc.max_compressed_block_size = V_028C78_MAX_BLOCK_SIZE_64B; in gfx9_compute_surface()
1877 surf->u.gfx9.dcc.max_compressed_block_size = V_028C78_MAX_BLOCK_SIZE_128B; in gfx9_compute_surface()
1901 surf->u.gfx9.dcc.max_compressed_block_size = V_028C78_MAX_BLOCK_SIZE_64B; in gfx9_compute_surface()
[all …]
Dac_surface.h147 unsigned max_compressed_block_size : 2; member
/external/mesa3d/src/amd/vulkan/
Dradv_device.c6661 unsigned max_compressed_block_size; in radv_init_dcc_control_reg() local
6678 max_compressed_block_size = V_028C78_MAX_BLOCK_SIZE_128B; in radv_init_dcc_control_reg()
6698 max_compressed_block_size = V_028C78_MAX_BLOCK_SIZE_64B; in radv_init_dcc_control_reg()
6705 max_compressed_block_size = max_uncompressed_block_size; in radv_init_dcc_control_reg()
6710 S_028C78_MAX_COMPRESSED_BLOCK_SIZE(max_compressed_block_size) | in radv_init_dcc_control_reg()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2320 … S_028C78_MAX_COMPRESSED_BLOCK_SIZE(tex->surface.u.gfx9.dcc.max_compressed_block_size) | in si_initialize_color_surface()
3736 … S_00A018_MAX_COMPRESSED_BLOCK_SIZE(tex->surface.u.gfx9.dcc.max_compressed_block_size) | in gfx10_make_texture_descriptor()