Searched refs:PERF_PIXEL (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/Main/
H A DConfig.hpp36 PERF_PIXEL, enumerator in enum:sw::__anon22287
H A DSwiftConfig.cpp471 int texTime = (int)(1000 * profiler.cycles[PERF_TEX] / profiler.cycles[PERF_PIXEL] + 0.5);
472 int shaderTime = (int)(1000 * profiler.cycles[PERF_SHADER] / profiler.cycles[PERF_PIXEL] + 0.5);
473 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5);
474 int ropTime = (int)(1000 * profiler.cycles[PERF_ROP] / profiler.cycles[PERF_PIXEL] + 0.5);
475 int interpTime = (int)(1000 * profiler.cycles[PERF_INTERP] / profiler.cycles[PERF_PIXEL] + 0.5);
/external/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp82 cycles[PERF_PIXEL] = Ticks() - pixelTime;

Completed in 145 milliseconds