Lines Matching refs:rq_l

196 	extract_rq_sizing_regs(mode_lib, &(rq_regs->rq_regs_l), &rq_param->sizing.rq_l);  in extract_rq_regs()
198 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()
207 rq_regs->rq_regs_l.swath_height = dml_log2(rq_param->dlg.rq_l.swath_height); in extract_rq_regs()
212 if (rq_param->sizing.rq_l.chunk_bytes >= 32 * 1024) { //32kb in extract_rq_regs()
222 if ((double) rq_param->misc.rq_l.stored_swath_bytes in extract_rq_regs()
251 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
255 full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
290 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()
301 swath_height_l = rq_param->misc.rq_l.blk256_height; in handle_det_buf_split()
304 swath_height_l = rq_param->misc.rq_l.blk256_width; in handle_det_buf_split()
321 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()
748 &(rq_param->sizing.rq_l), in dml20_rq_dlg_get_rq_params()
749 &(rq_param->dlg.rq_l), in dml20_rq_dlg_get_rq_params()
750 &(rq_param->misc.rq_l), in dml20_rq_dlg_get_rq_params()
999 swath_width_ub_l = rq_dlg_param->rq_l.swath_width_ub; in dml20_rq_dlg_get_dlg_params()
1001 dpte_groups_per_row_ub_l = rq_dlg_param->rq_l.dpte_groups_per_row_ub; in dml20_rq_dlg_get_dlg_params()
1010 meta_chunks_per_row_ub_l = rq_dlg_param->rq_l.meta_chunks_per_row_ub; in dml20_rq_dlg_get_dlg_params()
1140 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml20_rq_dlg_get_dlg_params()
1142 meta_row_height_l = rq_dlg_param->rq_l.meta_row_height; in dml20_rq_dlg_get_dlg_params()
1148 dpte_row_height_l = rq_dlg_param->rq_l.dpte_row_height; in dml20_rq_dlg_get_dlg_params()