Searched refs:uToSDiv (Results 1 – 2 of 2) sorted by relevance
75 constexpr double uToSDiv = 1000000.0; in BeginFrame() local78 …onst float totalTime = static_cast<float>(static_cast<double>(frameTimings.totalTimeUs) / uToSDiv); in BeginFrame()
2297 constexpr double uToSDiv = 1000000.0; in FetchFullScene() local2300 renderDataScene.totalTime = static_cast<float>(static_cast<double>(totalTime_) / uToSDiv); in FetchFullScene()