Searched refs:PrefetchBandwidth3 (Results 1 – 2 of 2) sorted by relevance
1126 double PrefetchBandwidth3 = 0; in CalculatePrefetchSchedule() local1153 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * in CalculatePrefetchSchedule()1159 PrefetchBandwidth3 = 0; in CalculatePrefetchSchedule()1161 …if (VStartup == MaxVStartup && (PrefetchBandwidth3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_ot… in CalculatePrefetchSchedule()1162 …PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpr… in CalculatePrefetchSchedule()1198 if (PrefetchBandwidth3 > 0) { in CalculatePrefetchSchedule()1199 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth3 in CalculatePrefetchSchedule()1200 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth3 >= Tr0_trips… in CalculatePrefetchSchedule()1214 prefetch_bw_equ = PrefetchBandwidth3; in CalculatePrefetchSchedule()
876 double PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow in CalculatePrefetchSchedule() local900 …PrefetchBandwidth3 < UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicLe… in CalculatePrefetchSchedule()901 *PrefetchBandwidth = PrefetchBandwidth3; in CalculatePrefetchSchedule()