HomeSort by relevance Sort by last modified time
    Searched refs:PERF_TEX (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/Main/
Config.hpp 44 PERF_TEX,
SwiftConfig.cpp 470 int texTime = (int)(1000 * profiler.cycles[PERF_TEX] / profiler.cycles[PERF_PIXEL] + 0.5);
    [all...]
  /external/swiftshader/src/Shader/
PixelProgram.cpp 721 cycles[PERF_TEX] += Ticks() - texTime;
    [all...]
PixelPipeline.cpp     [all...]

Completed in 232 milliseconds