Home
last modified time | relevance | path

Searched refs:PERF_INTERP (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Device/
DConfig.hpp26 PERF_INTERP, enumerator
/external/swiftshader/src/Main/
DConfig.hpp38 PERF_INTERP, enumerator
DSwiftConfig.cpp476 int interpTime = (int)(1000 * profiler.cycles[PERF_INTERP] / profiler.cycles[PERF_PIXEL] + 0.5); in profile()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp194 cycles[PERF_INTERP] += Ticks() - interpTime; in quad()