Searched refs:Lsw_oto (Results 1 – 4 of 4) sorted by relevance
1413 double Lsw_oto;1412 double Lsw_oto; global() member
5175 s->Lsw_oto = 0.0; in CalculatePrefetchSchedule() 5415 s->Lsw_oto = math_ceil2(4.0 * *p->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, 1.0) / 4.0; in CalculatePrefetchSchedule() 5463 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule() 5529 DML_LOG_VERBOSE("DML::%s: Lsw_oto = %f\n", __func__, s->Lsw_oto); in CalculatePrefetchSchedule()
1856 dml_float_t Lsw_oto; member
1026 s->Lsw_oto = 0.0; in CalculatePrefetchSchedule() 1198 s->Lsw_oto = dml_ceil(4.0 * dml_max(s->prefetch_sw_bytes / s->prefetch_bw_oto / s->LineTime, s->min_Lsw_oto), 1.0) / 4.0; in CalculatePrefetchSchedule() 1225 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule() 1255 dml_print("DML::%s: Lsw_oto = %f\n", __func__, s->Lsw_oto); in CalculatePrefetchSchedule()