Searched refs:TimeForFetchingVM (Results 1 – 2 of 2) sorted by relevance
1232 double TimeForFetchingVM; member
5161 s->TimeForFetchingVM = 0.0; in CalculatePrefetchSchedule()5766 s->TimeForFetchingVM = s->Tvm_oto; in CalculatePrefetchSchedule()5769 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()5781 s->TimeForFetchingVM = s->Tvm_equ; in CalculatePrefetchSchedule()5784 *p->dst_y_per_vm_vblank = math_ceil2(4.0 * s->TimeForFetchingVM / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule()5800 dml2_printf("DML::%s: TimeForFetchingVM = %f\n", __func__, s->TimeForFetchingVM); in CalculatePrefetchSchedule()5884 …questPrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingVM); in CalculatePrefetchSchedule()5885 dml2_printf("DML: Tvm: %fus - time to fetch vm\n", s->TimeForFetchingVM); in CalculatePrefetchSchedule()5890 …fus - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingVM - 2 * s->Tim… in CalculatePrefetchSchedule()5900 s->TimeForFetchingVM = 0; in CalculatePrefetchSchedule()[all …]