Searched refs:dst_y_prefetch_oto (Results 1 – 4 of 4) sorted by relevance
1194 double dst_y_prefetch_oto; member
7538 s->dst_y_prefetch_oto = 0.0; in CalculatePrefetchSchedule()7799 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()7839 dml2_printf("DML::%s: dst_y_prefetch_oto = %f\n", __func__, s->dst_y_prefetch_oto); in CalculatePrefetchSchedule()8014 if (s->dst_y_prefetch_oto < s->dst_y_prefetch_equ) { in CalculatePrefetchSchedule()8015 *p->dst_y_prefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
890 double dst_y_prefetch_oto; local1106 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto;1116 dml_print("DML: dst_y_prefetch_oto: %f\n", dst_y_prefetch_oto);1268 if (dst_y_prefetch_oto < dst_y_prefetch_equ) {1269 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
1788 dml_float_t dst_y_prefetch_oto; member