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

  /external/swiftshader/src/Main/
Config.hpp 45 PERF_ROP,
SwiftConfig.cpp 473 int ropTime = (int)(1000 * profiler.cycles[PERF_ROP] / profiler.cycles[PERF_PIXEL] + 0.5);
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 271 cycles[PERF_ROP] += Ticks() - ropTime;
    [all...]

Completed in 3874 milliseconds