Home
last modified time | relevance | path

Searched refs:ropOperationsFrame (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DConfig.cpp43 ropOperationsFrame = 0; in reset()
58 ropOperationsFrame = sw::atomicExchange(&ropOperations, 0); in nextFrame()
62 ropOperationsTotal += ropOperationsFrame; in nextFrame()
DConfig.hpp62 int64_t ropOperationsFrame; member
DSwiftConfig.cpp492 …html += "<p>Raster operations (million): " + ftoa(profiler.ropOperationsFrame / 1.0e6f) + " (curre… in profile()
/external/swiftshader/src/Main/
DConfig.cpp43 ropOperationsFrame = 0; in reset()
58 ropOperationsFrame = sw::atomicExchange(&ropOperations, 0); in nextFrame()
62 ropOperationsTotal += ropOperationsFrame; in nextFrame()
DConfig.hpp62 int64_t ropOperationsFrame; member
DSwiftConfig.cpp492 …html += "<p>Raster operations (million): " + ftoa(profiler.ropOperationsFrame / 1.0e6f) + " (curre… in profile()