Searched refs:interpTime (Results 1 – 4 of 4) sorted by relevance
475 int interpTime = (int)(1000 * profiler.cycles[PERF_INTERP] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local478 pipeTime -= shaderTime + ropTime + interpTime; in profile()485 double interpTimeF = (double)interpTime / 10; in profile()499 …html += "<div style='position:relative; float:left; width:" + itoa(interpTime) + "px; height:40px;… in profile()
106 Long interpTime = Ticks(); in quad() local194 cycles[PERF_INTERP] += Ticks() - interpTime; in quad()