Searched refs:shaderTime (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Main/
H A DSwiftConfig.cpp471 int shaderTime = (int)(1000 * profiler.cycles[PERF_SHADER] / profiler.cycles[PERF_PIXEL] + 0.5); local
477 pipeTime -= shaderTime + ropTime + interpTime;
478 shaderTime -= texTime;
481 double shaderTimeF = (double)shaderTime / 10;
499 html += "<div style='position:relative; float:left; width:" + itoa(shaderTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#7FFF7F; overflow:hidden;'>" + ftoa(shaderTimeF) + "% shader</div>\n";
/external/swiftshader/src/Shader/
H A DPixelRoutine.cpp211 Long shaderTime = Ticks(); local
217 cycles[PERF_SHADER] += Ticks() - shaderTime;

Completed in 426 milliseconds