Searched refs:TimeForFetchingMetaPTE (Results 1 – 2 of 2) sorted by relevance
1014 s->TimeForFetchingMetaPTE = 0.0; in CalculatePrefetchSchedule()1413 s->TimeForFetchingMetaPTE = s->Tvm_oto; in CalculatePrefetchSchedule()1416 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()1420 s->TimeForFetchingMetaPTE = s->Tvm_equ; in CalculatePrefetchSchedule()1424 …*p->DestinationLinesToRequestVMInVBlank = dml_floor(4.0 * s->TimeForFetchingMetaPTE / s->LineTime,… in CalculatePrefetchSchedule()1427 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()1513 …PrefetchPixelData * s->LineTime + 2.0 * s->TimeForFetchingRowInVBlank + s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()1514 …_print("DML: Tvm: %fus - time to fetch page tables for meta surface\n", s->TimeForFetchingMetaPTE); in CalculatePrefetchSchedule()1519 … - time left over in schedule\n", p->VStartup * s->LineTime - s->TimeForFetchingMetaPTE - 2 * s->T… in CalculatePrefetchSchedule()1525 s->TimeForFetchingMetaPTE = 0; in CalculatePrefetchSchedule()[all …]
1846 dml_float_t TimeForFetchingMetaPTE; member