Searched refs:PrefetchBandwidth3 (Results 1 – 2 of 2) sorted by relevance
1311 …s->PrefetchBandwidth3 = (2 * p->MetaRowByte + 2 * p->PixelPTEBytesPerRow * p->HostVMInefficiencyFa… in CalculatePrefetchSchedule()1313 s->Tsw_est3 = s->prefetch_sw_bytes / s->PrefetchBandwidth3; in CalculatePrefetchSchedule()1316 s->PrefetchBandwidth3 = 0; in CalculatePrefetchSchedule()1320 …s->PrefetchBandwidth3 = (2 * p->MetaRowByte + 2 * p->PixelPTEBytesPerRow * p->HostVMInefficiencyFa… in CalculatePrefetchSchedule()1336 dml_print("DML::%s: PrefetchBandwidth3: %f\n", __func__, s->PrefetchBandwidth3); in CalculatePrefetchSchedule()1364 if (s->PrefetchBandwidth3 > 0) { in CalculatePrefetchSchedule()1365 … / s->PrefetchBandwidth3 < s->Tvm_trips_rounded && (p->MetaRowByte + p->PixelPTEBytesPerRow * p->H… in CalculatePrefetchSchedule()1379 s->prefetch_bw_equ = s->PrefetchBandwidth3; in CalculatePrefetchSchedule()
1873 dml_float_t PrefetchBandwidth3; member