Searched refs:Tpre_rounded (Results 1 – 4 of 4) sorted by relevance
3471 double Tpre_rounded; in dml32_CalculatePrefetchSchedule() local3710 Tpre_rounded = dst_y_prefetch_equ * LineTime; in dml32_CalculatePrefetchSchedule()3745 if (Tpre_rounded - *Tno_bw > 0) { in dml32_CalculatePrefetchSchedule()3748 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw); in dml32_CalculatePrefetchSchedule()3760 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0) in dml32_CalculatePrefetchSchedule()3762 (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded); in dml32_CalculatePrefetchSchedule()3766 if (Tpre_rounded - Tvm_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()3768 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded); in dml32_CalculatePrefetchSchedule()3781 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()3783 (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded); in dml32_CalculatePrefetchSchedule()[all …]
900 double Tpre_rounded = 0; in CalculatePrefetchSchedule() local1030 Tpre_rounded = dst_y_prefetch_equ * LineTime; in CalculatePrefetchSchedule()1061 if (Tpre_rounded - *Tno_bw > 0) in CalculatePrefetchSchedule()1066 / (Tpre_rounded - *Tno_bw); in CalculatePrefetchSchedule()1070 …if (VStartup == MaxVStartup && (PrefetchBandwidth1 > 4 * prefetch_bw_oto) && (Tpre_rounded - Tsw_o… in CalculatePrefetchSchedule()1074 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()1080 (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded); in CalculatePrefetchSchedule()1084 if (Tpre_rounded - Tvm_trips_rounded > 0) in CalculatePrefetchSchedule()1088 swath_width_chroma_ub * BytePerPixelC) / (Tpre_rounded - in CalculatePrefetchSchedule()1097 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()[all …]
901 double Tpre_rounded; local1109 Tpre_rounded = dst_y_prefetch_equ * LineTime;1149 if (Tpre_rounded - *Tno_bw > 0) {1151 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw);1159 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - *Tno_bw);1162 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0)1167 if (Tpre_rounded - Tvm_trips_rounded > 0) {1169 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);1176 dml_print("DML::%s: Tpre_rounded: %f\n", __func__, Tpre_rounded);1182 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded);[all …]
922 double Tpre_rounded; local1130 Tpre_rounded = dst_y_prefetch_equ * LineTime;1170 if (Tpre_rounded - *Tno_bw > 0) {1172 + prefetch_sw_bytes) / (Tpre_rounded - *Tno_bw);1180 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - *Tno_bw);1183 if (Tpre_rounded - *Tno_bw - 2 * Tr0_trips_rounded > 0)1188 if (Tpre_rounded - Tvm_trips_rounded > 0) {1190 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);1197 dml_print("DML::%s: Tpre_rounded: %f\n", __func__, Tpre_rounded);1203 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded);[all …]