Searched refs:meta_row_width_ub (Results 1 – 2 of 2) sorted by relevance
2080 unsigned int *meta_row_width_ub; member
2352 *p->meta_row_width_ub = full_vp_width_mvmpg_aligned; in calculate_mcache_row_bytes()2354 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in calculate_mcache_row_bytes()2355 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_width; in calculate_mcache_row_bytes()2358 *p->meta_row_width_ub = full_vp_height_mvmpg_aligned; in calculate_mcache_row_bytes()2360 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_height - 1, *p->mvmpg_height) … in calculate_mcache_row_bytes()2361 mvmpg_per_row_ub = *p->meta_row_width_ub / *p->mvmpg_height; in calculate_mcache_row_bytes()2394 *p->mcache_row_bytes = *p->meta_row_width_ub * p->blk_height * p->bytes_per_pixel / 256; in calculate_mcache_row_bytes()2412 DML_LOG_VERBOSE("DML::%s: meta_row_width_ub = %u\n", __func__, *p->meta_row_width_ub); in calculate_mcache_row_bytes()2487 l->l_p.meta_row_width_ub = &l->meta_row_width_l; in calculate_mcache_setting()2523 l->c_p.meta_row_width_ub = &l->meta_row_width_c; in calculate_mcache_setting()