Home
last modified time | relevance | path

Searched refs:PERF_ROP (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
DConfig.hpp39 PERF_ROP, enumerator
DSwiftConfig.cpp475 int ropTime = (int)(1000 * profiler.cycles[PERF_ROP] / profiler.cycles[PERF_PIXEL] + 0.5); in profile()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp263 cycles[PERF_ROP] += Ticks() - ropTime; in quad()