Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsCalibration.cpp345 int newCallCount; in recomputeParameters() local
348 newCallCount = m_params.numInitialCalls; in recomputeParameters()
374 newCallCount = 2*prevMaxCalls; in recomputeParameters()
378newCallCount = (int)((targetFrameTimeUs - estimatorLine.offset) / estimatorLine.coefficient + 0.5f… in recomputeParameters()
381 if (estimatorLine.offset + estimatorLine.coefficient*(float)newCallCount < minGoodFrameTimeUs) in recomputeParameters()
382 newCallCount++; in recomputeParameters()
386 newCallCount = de::clamp(newCallCount, 1, prevMaxCalls*10); in recomputeParameters()
390 …(m_params.maxCalibrateIterationFrames, m_params.calibrateIterationShortcutThreshold, newCallCount); in recomputeParameters()
391 m_calibrateIterations.push_back(CalibrateIteration(newCallCount, 0.0f)); in recomputeParameters()