Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Main/
DConfig.cpp42 ropOperationsTotal = 0; in reset()
62 ropOperationsTotal += ropOperationsFrame; in nextFrame()
DConfig.hpp59 int64_t ropOperationsTotal; member
DSwiftConfig.cpp489 …double averageRopOperations = profiler.ropOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()