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

  /external/swiftshader/src/Main/
Config.hpp 41 PERF_PIPE,
SwiftConfig.cpp 472 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5);
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 285 cycles[PERF_PIPE] += Ticks() - pipeTime;
    [all...]

Completed in 76 milliseconds