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