Searched refs:Tr0_oto_lines (Results 1 – 4 of 4) sorted by relevance
1402 double Tr0_oto_lines; member
5136 s->Tr0_oto_lines = 0.0; in CalculatePrefetchSchedule()5435 s->Tr0_oto_lines = math_ceil2(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()5436 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()5501 DML_LOG_VERBOSE("DML::%s: Tr0_oto_lines = %f\n", __func__, s->Tr0_oto_lines); in CalculatePrefetchSchedule()
1844 dml_float_t Tr0_oto_lines; member
1012 s->Tr0_oto_lines = 0.0; in CalculatePrefetchSchedule()1222 s->Tr0_oto_lines = dml_ceil(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()1223 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()1252 dml_print("DML::%s: Tr0_oto_lines = %f\n", __func__, s->Tr0_oto_lines); in CalculatePrefetchSchedule()