Searched refs:shaderTime (Results 1 – 2 of 2) sorted by relevance
471 int shaderTime = (int)(1000 * profiler.cycles[PERF_SHADER] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local477 pipeTime -= shaderTime + ropTime + interpTime; in profile()478 shaderTime -= texTime; in profile()481 double shaderTimeF = (double)shaderTime / 10; in profile()499 …html += "<div style='position:relative; float:left; width:" + itoa(shaderTime) + "px; height:40px;… in profile()
211 Long shaderTime = Ticks(); in quad() local217 cycles[PERF_SHADER] += Ticks() - shaderTime; in quad()