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

  /external/swiftshader/src/Main/
Config.cpp 42 ropOperationsTotal = 0;
62 ropOperationsTotal += ropOperationsFrame;
Config.hpp 65 int64_t ropOperationsTotal;
SwiftConfig.cpp 487 double averageRopOperations = profiler.ropOperationsTotal / std::max(profiler.framesTotal, 1) / 1.0e6f;
    [all...]

Completed in 95 milliseconds