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

  /external/swiftshader/src/Main/
Config.hpp 40 PERF_PIXEL,
SwiftConfig.cpp 470 int texTime = (int)(1000 * profiler.cycles[PERF_TEX] / profiler.cycles[PERF_PIXEL] + 0.5);
471 int shaderTime = (int)(1000 * profiler.cycles[PERF_SHADER] / profiler.cycles[PERF_PIXEL] + 0.5);
472 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5);
473 int ropTime = (int)(1000 * profiler.cycles[PERF_ROP] / profiler.cycles[PERF_PIXEL] + 0.5);
474 int interpTime = (int)(1000 * profiler.cycles[PERF_INTERP] / profiler.cycles[PERF_PIXEL] + 0.5);
    [all...]
  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 81 cycles[PERF_PIXEL] = Ticks() - pixelTime;

Completed in 78 milliseconds