Home
last modified time | relevance | path

Searched refs:bestCost (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/sksl/
DSkSLIRGenerator.cpp1197 int bestCost = INT_MAX; in call() local
1202 if (this->determineCallCost(*f, arguments, &cost) && cost < bestCost) { in call()
1203 bestCost = cost; in call()