dml_round_to_multiple
detile_buf_plane1_addr = dml_round_to_multiple(
full_swath_bytes_packed_l = dml_round_to_multiple(
full_swath_bytes_packed_c = dml_round_to_multiple(
rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
rq_dlg_param->swath_width_ub = dml_round_to_multiple(
meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
meta_row_width_ub = dml_round_to_multiple(vp_height - 1, meta_req_height, 1)
* (dml_round_to_multiple(vp_height - 1, meta_blk_height, 1)
meta_pte_req_per_frame_ub = (dml_round_to_multiple(
dpte_row_width_ub = dml_round_to_multiple(
dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
dpte_row_width_ub = dml_round_to_multiple(vp_height - 1, dpte_req_height, 1)