Home
last modified time | relevance | path

Searched refs:PERF_PIPE (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Device/
DConfig.hpp25 PERF_PIPE, enumerator
/external/swiftshader/src/Main/
DConfig.hpp37 PERF_PIPE, enumerator
DSwiftConfig.cpp474 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5); in profile()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp277 cycles[PERF_PIPE] += Ticks() - pipeTime; in quad()