Searched refs:detile_buf_vp_vert_limit (Results 1 – 1 of 1) sorted by relevance
3760 double detile_buf_vp_vert_limit; in dcn5_calculate_dcc_configuration() local3793 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in dcn5_calculate_dcc_configuration()3797 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in dcn5_calculate_dcc_configuration()3802 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit; in dcn5_calculate_dcc_configuration()3806 detile_buf_vp_vert_limit = math_floor2(detile_buf_vp_vert_limit - 1, 16); in dcn5_calculate_dcc_configuration()3811 …max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)… in dcn5_calculate_dcc_configuration()