Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DSwiftConfig.cpp491 …double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile() local
494 …toa(profiler.texOperationsFrame / 1.0e6f) + " (current), " + ftoa(averageTexOperations) + " (avera… in profile()