Searched refs:minCallCount (Results 1 – 1 of 1) sorted by relevance
311 int minCallCount = std::numeric_limits<int>::max(); in recomputeParameters() local316 minCallCount = de::min(minCallCount, past[i].numDrawCalls); in recomputeParameters()320 if ((float)(maxCallCount - minCallCount) <= (float)minCallCount * 0.1f) in recomputeParameters()