Home
last modified time | relevance | path

Searched refs:precache (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Device/
DRoutineCache.hpp30 RoutineCache(int n, const char *precache = 0);
34 const char *precache; member in sw::RoutineCache
41 …eCache<State>::RoutineCache(int n, const char *precache) : LRUCache<State, Routine>(n), precache(p… in RoutineCache() argument
DSwiftConfig.cpp434 …precaching:</td><td><input name = 'precache' type='checkbox'" + (config.precache == true ? checked… in page()
549 config.precache = false; in parsePost()
687 config.precache = true; in parsePost()
753 config.precache = ini.getBoolean("Testing", "Precache", false); in readConfiguration()
811 ini.addValue("Testing", "Precache", itoa(config.precache)); in writeConfiguration()
DSwiftConfig.hpp62 bool precache; member
DRenderer.cpp2334 precacheVertex = !newConfiguration && configuration.precache; in updateConfiguration()
2335 precacheSetup = !newConfiguration && configuration.precache; in updateConfiguration()
2336 precachePixel = !newConfiguration && configuration.precache; in updateConfiguration()
/external/swiftshader/src/Renderer/
DRoutineCache.hpp30 RoutineCache(int n, const char *precache = nullptr);
34 const char *precache; member in sw::RoutineCache
41 …eCache<State>::RoutineCache(int n, const char *precache) : LRUCache<State, Routine>(n), precache(p… in RoutineCache() argument
DRenderer.cpp2768 precacheVertex = !newConfiguration && configuration.precache; in updateConfiguration()
2769 precacheSetup = !newConfiguration && configuration.precache; in updateConfiguration()
2770 precachePixel = !newConfiguration && configuration.precache; in updateConfiguration()
/external/swiftshader/src/Main/
DSwiftConfig.cpp434 …precaching:</td><td><input name = 'precache' type='checkbox'" + (config.precache == true ? checked… in page()
549 config.precache = false; in parsePost()
687 config.precache = true; in parsePost()
753 config.precache = ini.getBoolean("Testing", "Precache", false); in readConfiguration()
811 ini.addValue("Testing", "Precache", itoa(config.precache)); in writeConfiguration()
DSwiftConfig.hpp62 bool precache; member