Searched refs:ropTime (Results 1 – 4 of 4) sorted by relevance
474 int ropTime = (int)(1000 * profiler.cycles[PERF_ROP] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local478 pipeTime -= shaderTime + ropTime + interpTime; in profile()484 double ropTimeF = (double)ropTime / 10; in profile()502 …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()