Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp312 int maxCallCount = std::numeric_limits<int>::min(); in recomputeParameters() local
317 maxCallCount = de::max(maxCallCount, past[i].numDrawCalls); in recomputeParameters()
320 if ((float)(maxCallCount - minCallCount) <= (float)minCallCount * 0.1f) in recomputeParameters()

Completed in 2 milliseconds