Searched refs:perfVal (Results 1 – 1 of 1) sorted by relevance
2573 const float perfVal = getPerformance(preference, device, operationIndex); in findBestDeviceForEachOperation() local2575 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()2576 (perfVal == bestPerfVal && deviceIsPreferred)) { in findBestDeviceForEachOperation()2578 bestPerfVal = perfVal; in findBestDeviceForEachOperation()