Searched refs:Tr0_oto (Results 1 – 4 of 4) sorted by relevance
1189 double Tr0_oto; member
7535 s->Tr0_oto = 0.0; in CalculatePrefetchSchedule()7785 s->Tr0_oto = math_max3( in CalculatePrefetchSchedule()7795 s->Tr0_oto = (s->LineTime - s->Tvm_oto) / 4.0; in CalculatePrefetchSchedule()7798 s->Tr0_oto_lines = math_ceil2(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()7834 dml2_printf("DML::%s: Tr0_oto = %f\n", __func__, s->Tr0_oto); in CalculatePrefetchSchedule()8017 s->TimeForFetchingRowInVBlank = s->Tr0_oto; in CalculatePrefetchSchedule()
887 double Tr0_oto; local1085 …Tr0_oto = dml_max4((MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_ot…1089 Tr0_oto = (LineTime - Tvm_oto) / 2.0;1100 dml_print("DML::%s: Tr0_oto = %f\n", __func__, Tr0_oto);1105 Tr0_oto_lines = dml_ceil(4.0 * Tr0_oto / LineTime, 1) / 4.0;1271 TimeForFetchingRowInVBlank = Tr0_oto;
1785 dml_float_t Tr0_oto; member