Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSwiftConfig.cpp473 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local
476 int rastTime = 1000 - pipeTime; in profile()
478 pipeTime -= shaderTime + ropTime + interpTime; in profile()
483 double pipeTimeF = (double)pipeTime / 10; in profile()
498 …html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px;… in profile()
/external/swiftshader/src/Main/
DSwiftConfig.cpp473 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local
476 int rastTime = 1000 - pipeTime; in profile()
478 pipeTime -= shaderTime + ropTime + interpTime; in profile()
483 double pipeTimeF = (double)pipeTime / 10; in profile()
498 …html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px;… in profile()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp54 Long pipeTime = Ticks(); in quad() local
277 cycles[PERF_PIPE] += Ticks() - pipeTime; in quad()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp54 Long pipeTime = Ticks(); in quad() local
277 cycles[PERF_PIPE] += Ticks() - pipeTime; in quad()