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

  /external/swiftshader/src/Main/
Config.cpp 43 ropOperationsFrame = 0;
58 ropOperationsFrame = sw::atomicExchange(&ropOperations, 0);
62 ropOperationsTotal += ropOperationsFrame;
Config.hpp 66 int64_t ropOperationsFrame;
SwiftConfig.cpp 491 html += "<p>Raster operations (million): " + ftoa(profiler.ropOperationsFrame / 1.0e6f) + " (current), " + ftoa(averageRopOperations) + " (average)</p>\n";
    [all...]

Completed in 59 milliseconds