Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp345 int newCallCount; in recomputeParameters() local
348 newCallCount = m_params.numInitialCalls; in recomputeParameters()
374 newCallCount = 2*prevMaxCalls; in recomputeParameters()
377 // Solve newCallCount such that approximately targetFrameTime = offset + coefficient*newCallCount. in recomputeParameters()
378 newCallCount = (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, in recomputeParameters()
[all...]

Completed in 2 milliseconds