Searched refs:pipes_log2 (Results 1 – 2 of 2) sorted by relevance
902 int pipes_log2 = AMD_FMT_MOD_GET(PIPE_XOR_BITS, modifier); in get_dcc_block_size() local904 if (ver >= AMD_FMT_MOD_TILE_VER_GFX10_RBPLUS && pipes_log2 > 1 && in get_dcc_block_size()905 AMD_FMT_MOD_GET(PACKERS, modifier) == pipes_log2) in get_dcc_block_size()906 ++pipes_log2; in get_dcc_block_size()908 return max(8 + (pipe_aligned ? pipes_log2 : 0), 12); in get_dcc_block_size()
226 unsigned int pipes_log2; in fill_gfx9_tiling_info_from_modifier() local228 pipes_log2 = min(5u, mod_pipe_xor_bits); in fill_gfx9_tiling_info_from_modifier()235 tiling_info->gfx9.num_pipes = 1u << pipes_log2; in fill_gfx9_tiling_info_from_modifier()236 tiling_info->gfx9.num_shader_engines = 1u << (mod_pipe_xor_bits - pipes_log2); in fill_gfx9_tiling_info_from_modifier()