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

  /external/swiftshader/src/Main/
Config.cpp 50 compressedTexTotal = 0;
64 compressedTexTotal += compressedTexFrame;
Config.hpp 73 int64_t compressedTexTotal;
SwiftConfig.cpp 488 double averageCompressedTex = profiler.compressedTexTotal / std::max(profiler.framesTotal, 1) / 1.0e6f;
    [all...]

Completed in 442 milliseconds