Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DConfig.cpp46 texOperationsTotal = 0; in reset()
63 texOperationsTotal += texOperationsFrame; in nextFrame()
DConfig.hpp63 int64_t texOperationsTotal; member
DSwiftConfig.cpp491 …double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()