Lines Matching refs:perf
237 V1_0::PerformanceInfo perf) { in nonExtensionOperandPerformance() argument
247 ret.push_back(OpPerf{type, perf}); in nonExtensionOperandPerformance()
257 nonExtensionOperandPerformance<HalVersion::V1_2>(V1_0::PerformanceInfo perf);
259 nonExtensionOperandPerformance<HalVersion::V1_3>(V1_0::PerformanceInfo perf);
263 VersionedOperandType<version> type, V1_0::PerformanceInfo perf) { in update() argument
267 [](const VersionedOperandPerformance<version>& perf, in update()
268 VersionedOperandType<version> type) { return perf.type < type; }); in update()
271 it->info = perf; in update()
275 V1_2::OperandType type, V1_0::PerformanceInfo perf) { in update() argument
276 update<HalVersion::V1_2>(operandPerformance, type, perf); in update()
279 V1_3::OperandType type, V1_0::PerformanceInfo perf) { in update() argument
280 update<HalVersion::V1_3>(operandPerformance, type, perf); in update()
288 [](const VersionedOperandPerformance<version>& perf, in lookup() argument
290 return static_cast<V1_3::OperandType>(perf.type) < in lookup()