Searched refs:Tvm_trips_rounded (Results 1 – 4 of 4) sorted by relevance
3467 double Tvm_trips_rounded; in dml32_CalculatePrefetchSchedule() local3606 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1.0) / 4.0 * LineTime; in dml32_CalculatePrefetchSchedule()3619 Tvm_trips_rounded = LineTime / 4.0; in dml32_CalculatePrefetchSchedule()3623 Tvm_trips_rounded = LineTime / 4.0; in dml32_CalculatePrefetchSchedule()3627 Tvm_trips_rounded = dml_max(Tvm_trips_rounded, LineTime / 4.0); in dml32_CalculatePrefetchSchedule()3765 if (Tpre_rounded - Tvm_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()3767 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded); in dml32_CalculatePrefetchSchedule()3775 LineTime - Tvm_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()3777 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded); in dml32_CalculatePrefetchSchedule()3780 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0) { in dml32_CalculatePrefetchSchedule()[all …]
898 double Tvm_trips_rounded; local1025 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;1037 Tvm_trips_rounded = 0.0;1167 if (Tpre_rounded - Tvm_trips_rounded > 0) {1169 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);1177 dml_print("DML::%s: Tvm_trips_rounded: %f\n", __func__, Tvm_trips_rounded);1180 …ineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded > 0) {1182 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded);1185 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0)1186 …PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…[all …]
919 double Tvm_trips_rounded; local1046 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;1058 Tvm_trips_rounded = 0.0;1188 if (Tpre_rounded - Tvm_trips_rounded > 0) {1190 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);1198 dml_print("DML::%s: Tvm_trips_rounded: %f\n", __func__, Tvm_trips_rounded);1201 …ineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded > 0) {1203 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded);1206 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0)1207 …PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…[all …]
897 double Tvm_trips_rounded = 0; in CalculatePrefetchSchedule() local990 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime; in CalculatePrefetchSchedule()1084 if (Tpre_rounded - Tvm_trips_rounded > 0) in CalculatePrefetchSchedule()1089 Tvm_trips_rounded); in CalculatePrefetchSchedule()1093 …3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_oto / 4 - 0.75 * LineTime - Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()1094 …w * HostVMInefficiencyFactor) / (Tpre_rounded - Tsw_oto / 4 - 0.75 * LineTime - Tvm_trips_rounded); in CalculatePrefetchSchedule()1097 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()1099 / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded); in CalculatePrefetchSchedule()1110 …>= Tvm_trips_rounded && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchB… in CalculatePrefetchSchedule()1121 …>= Tvm_trips_rounded && (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchB… in CalculatePrefetchSchedule()[all …]