Lines Matching refs:rq_l

117 	extract_rq_sizing_regs(mode_lib, &(rq_regs->rq_regs_l), &rq_param->sizing.rq_l);  in extract_rq_regs()
119 …rq_regs->rq_regs_l.pte_row_height_linear = dml_floor(dml_log2(rq_param->dlg.rq_l.dpte_row_height),… in extract_rq_regs()
126 rq_regs->rq_regs_l.swath_height = dml_log2(rq_param->dlg.rq_l.swath_height); in extract_rq_regs()
131 …if (rq_param->sizing.rq_l.chunk_bytes >= 32 * 1024 || (rq_param->yuv420 && rq_param->sizing.rq_c.c… in extract_rq_regs()
142 …if ((double) rq_param->misc.rq_l.stored_swath_bytes / (double) rq_param->misc.rq_c.stored_swath_by… in extract_rq_regs()
160 …dml_print("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swa… in extract_rq_regs()
162 dml_print("DML_DLG: %s: rq_l.swath_height = %0d\n", __func__, rq_param->dlg.rq_l.swath_height); in extract_rq_regs()
182 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
191 …full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2.0 / 3.0… in handle_det_buf_split()
250 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()
255 …dml_print("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swa… in handle_det_buf_split()
266 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
269 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
286 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()
294 dml_print("DML_DLG: %s: swath_height luma = %0d\n", __func__, rq_param->dlg.rq_l.swath_height); in handle_det_buf_split()
757 …get_surf_rq_param(mode_lib, &(rq_param->sizing.rq_l), &(rq_param->dlg.rq_l), &(rq_param->misc.rq_l in dml_rq_dlg_get_rq_params()
1022 swath_width_ub_l = rq_dlg_param->rq_l.swath_width_ub; in dml_rq_dlg_get_dlg_params()
1023 dpte_groups_per_row_ub_l = rq_dlg_param->rq_l.dpte_groups_per_row_ub; in dml_rq_dlg_get_dlg_params()
1027 meta_chunks_per_row_ub_l = rq_dlg_param->rq_l.meta_chunks_per_row_ub; in dml_rq_dlg_get_dlg_params()
1134 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1136 meta_row_height_l = rq_dlg_param->rq_l.meta_row_height; in dml_rq_dlg_get_dlg_params()
1142 dpte_row_height_l = rq_dlg_param->rq_l.dpte_row_height; in dml_rq_dlg_get_dlg_params()