Searched refs:pipeTime (Results 1 – 2 of 2) sorted by relevance
474 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local477 int rastTime = 1000 - pipeTime; in profile()479 pipeTime -= shaderTime + ropTime + interpTime; in profile()484 double pipeTimeF = (double)pipeTime / 10; in profile()499 …html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px;… in profile()
54 Long pipeTime = Ticks(); in quad() local277 cycles[PERF_PIPE] += Ticks() - pipeTime; in quad()