Searched refs:precache (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Device/ |
D | RoutineCache.hpp | 30 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
|
D | SwiftConfig.cpp | 434 …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()
|
D | SwiftConfig.hpp | 62 bool precache; member
|
D | Renderer.cpp | 2334 precacheVertex = !newConfiguration && configuration.precache; in updateConfiguration() 2335 precacheSetup = !newConfiguration && configuration.precache; in updateConfiguration() 2336 precachePixel = !newConfiguration && configuration.precache; in updateConfiguration()
|
/external/swiftshader/src/Renderer/ |
D | RoutineCache.hpp | 30 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
|
D | Renderer.cpp | 2768 precacheVertex = !newConfiguration && configuration.precache; in updateConfiguration() 2769 precacheSetup = !newConfiguration && configuration.precache; in updateConfiguration() 2770 precachePixel = !newConfiguration && configuration.precache; in updateConfiguration()
|
/external/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 434 …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()
|
D | SwiftConfig.hpp | 62 bool precache; member
|