Searched refs:meta_row_width_ub (Results 1 – 2 of 2) sorted by relevance
2043 *p->meta_row_width_ub = full_vp_width_mvmpg_aligned; in dcn5_calculate_mcache_row_bytes()2045 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in dcn5_calculate_mcache_row_bytes()2046 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_width; in dcn5_calculate_mcache_row_bytes()2049 *p->meta_row_width_ub = full_vp_height_mvmpg_aligned; in dcn5_calculate_mcache_row_bytes()2051 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_height - 1, *p->mvmpg_height) … in dcn5_calculate_mcache_row_bytes()2052 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_height; in dcn5_calculate_mcache_row_bytes()2085 *p->mcache_row_bytes = *p->meta_row_width_ub * p->blk_height * p->bytes_per_pixel / 256; in dcn5_calculate_mcache_row_bytes()2100 DML_LOG_VERBOSE("DML::%s: meta_row_width_ub = %u\n", __func__, *p->meta_row_width_ub); in dcn5_calculate_mcache_row_bytes()2172 l->l_p.meta_row_width_ub = &l->meta_row_width_l; in dcn5_calculate_mcache_setting()2208 l->c_p.meta_row_width_ub = &l->meta_row_width_c; in dcn5_calculate_mcache_setting()
2154 unsigned int *meta_row_width_ub; member