Searched refs:interpTime (Results 1 – 2 of 2) sorted by relevance
476 int interpTime = (int)(1000 * profiler.cycles[PERF_INTERP] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local479 pipeTime -= shaderTime + ropTime + interpTime; in profile()486 double interpTimeF = (double)interpTime / 10; in profile()500 …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()