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

  /external/swiftshader/src/Main/
Config.hpp 42 PERF_INTERP,
SwiftConfig.cpp 474 int interpTime = (int)(1000 * profiler.cycles[PERF_INTERP] / profiler.cycles[PERF_PIXEL] + 0.5);
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 202 cycles[PERF_INTERP] += Ticks() - interpTime;
    [all...]

Completed in 93 milliseconds