Searched refs:prefetch_bw_pr (Results 1 – 6 of 6) sorted by relevance
1248 double prefetch_bw_pr; member
5180 s->prefetch_bw_pr = 0.0; in CalculatePrefetchSchedule()5519 dml2_printf("DML::%s: prefetch_bw_pr = %f\n", __func__, s->prefetch_bw_pr); in CalculatePrefetchSchedule()
885 double prefetch_bw_pr; local1057 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;1058 prefetch_bw_pr = dml_min(1, myPipe->VRatio) * prefetch_bw_pr;1061 prefetch_bw_oto = dml_max(prefetch_bw_pr, prefetch_sw_bytes / max_Tsw);
903 double prefetch_bw_pr; local1075 prefetch_bw_pr = bytes_pp * myPipe->PixelClock / (double) myPipe->DPPPerPlane;1076 prefetch_bw_pr = dml_min(1, myPipe->VRatio) * prefetch_bw_pr;1079 prefetch_bw_oto = dml_max(prefetch_bw_pr, prefetch_sw_bytes / max_Tsw);
1866 dml_float_t prefetch_bw_pr; member
1033 s->prefetch_bw_pr = 0.0; in CalculatePrefetchSchedule()1185 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (dml_float_t)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()1187 s->prefetch_bw_pr = p->myPipe->VRatio * s->prefetch_bw_pr; in CalculatePrefetchSchedule()1192 s->prefetch_bw_oto = dml_max(s->prefetch_bw_pr, s->prefetch_sw_bytes / s->max_Tsw); in CalculatePrefetchSchedule()