HomeSort by relevance Sort by last modified time
    Searched refs:texOperationsTotal (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Main/
Config.cpp 46 texOperationsTotal = 0;
63 texOperationsTotal += texOperationsFrame;
Config.hpp 69 int64_t texOperationsTotal;
SwiftConfig.cpp 489 double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.0e6f;
    [all...]

Completed in 66 milliseconds