Searched refs:dst_y_prefetch_oto (Results 1 – 4 of 4) sorted by relevance
3461 double dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule() local3675 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in dml32_CalculatePrefetchSchedule()3707 dml_print("DML::%s: dst_y_prefetch_oto = %f\n", __func__, dst_y_prefetch_oto); in dml32_CalculatePrefetchSchedule()3886 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in dml32_CalculatePrefetchSchedule()3887 if (dst_y_prefetch_oto * LineTime < TPreReq) { in dml32_CalculatePrefetchSchedule()3890 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()3896 LinesForPrefetchBandwidth = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()
794 double dst_y_prefetch_oto = 0; in CalculatePrefetchSchedule() local934 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto; in CalculatePrefetchSchedule()939 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto); in CalculatePrefetchSchedule()1083 if (dst_y_prefetch_oto < dst_y_prefetch_equ) { in CalculatePrefetchSchedule()1084 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
1845 dml_float_t dst_y_prefetch_oto; member
1013 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()1223 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()1254 dml_print("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()1411 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()1412 *p->DestinationLinesForPrefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()