Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Main/
DConfig.cpp47 texOperationsFrame = 0; in reset()
59 texOperationsFrame = sw::atomicExchange(&texOperations, 0); in nextFrame()
63 texOperationsTotal += texOperationsFrame; in nextFrame()
DConfig.hpp64 int64_t texOperationsFrame; member
DSwiftConfig.cpp494 …html += "<p>Texture operations (million): " + ftoa(profiler.texOperationsFrame / 1.0e6f) + " (curr… in profile()