Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsCalibration.cpp268 const float minGoodFrameTimeUs = m_params.targetFrameTimeUs * 0.95f; in recomputeParameters() local
297 if (!de::inRange(frameTimeUs, minGoodFrameTimeUs, maxGoodFrameTimeUs)) in recomputeParameters()
381 if (estimatorLine.offset + estimatorLine.coefficient*(float)newCallCount < minGoodFrameTimeUs) in recomputeParameters()