Home
last modified time | relevance | path

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

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