Searched refs:vp_height_meta_ub (Results 1 – 1 of 1) sorted by relevance
1090 unsigned int vp_height_meta_ub; in dcn5_calculate_vm_and_row_bytes() local1118 …vp_height_meta_ub = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + 64 * p->Blo… in dcn5_calculate_vm_and_row_bytes()1120 …vp_height_meta_ub = (unsigned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) … in dcn5_calculate_vm_and_row_bytes()1122 …vp_height_meta_ub = (unsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64… in dcn5_calculate_vm_and_row_bytes()1125 meta_surface_bytes = (unsigned int)(p->DCCMetaPitch * vp_height_meta_ub * p->BytePerPixel / 256.0); in dcn5_calculate_vm_and_row_bytes()