Searched refs:pipeTime (Results 1 – 4 of 4) sorted by relevance
473 int pipeTime = (int)(1000 * profiler.cycles[PERF_PIPE] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local476 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()
54 Long pipeTime = Ticks(); in quad() local277 cycles[PERF_PIPE] += Ticks() - pipeTime; in quad()