Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp32 bool precachePixel = false; variable
621 …routineCache = new RoutineCache<State>(clamp(cacheSize, 1, 65536), precachePixel ? "sw-pixel" : 0); in setRoutineCacheSize()
DRenderer.cpp61 extern bool precachePixel;
2336 precachePixel = !newConfiguration && configuration.precache; in updateConfiguration()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp33 bool precachePixel = false; variable
936 …routineCache = new RoutineCache<State>(clamp(cacheSize, 1, 65536), precachePixel ? "sw-pixel" : 0); in setRoutineCacheSize()
DRenderer.cpp62 extern bool precachePixel;
2770 precachePixel = !newConfiguration && configuration.precache; in updateConfiguration()