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

  /external/swiftshader/src/Device/
RoutineCache.hpp 30 RoutineCache(int n, const char *precache = 0);
34 const char *precache; member in class:sw::RoutineCache
41 RoutineCache<State>::RoutineCache(int n, const char *precache) : LRUCache<State, Routine>(n), precache(precache)
SwiftConfig.hpp 62 bool precache; member in struct:sw::SwiftConfig::Configuration
SwiftConfig.cpp 434 html += "<tr><td>DLL precaching:</td><td><input name = 'precache' type='checkbox'" + (config.precache == true ? checked : empty) + " title='If checked dynamically generated routines will be stored in a DLL for faster loading on application restart.'></td></tr>";
549 config.precache = false;
    [all...]
Renderer.cpp     [all...]
  /external/swiftshader/src/Renderer/
RoutineCache.hpp 30 RoutineCache(int n, const char *precache = nullptr);
34 const char *precache; member in class:sw::RoutineCache
41 RoutineCache<State>::RoutineCache(int n, const char *precache) : LRUCache<State, Routine>(n), precache(precache)
Renderer.cpp     [all...]
  /external/swiftshader/src/Main/
SwiftConfig.hpp 62 bool precache; member in struct:sw::SwiftConfig::Configuration
SwiftConfig.cpp 434 html += "<tr><td>DLL precaching:</td><td><input name = 'precache' type='checkbox'" + (config.precache == true ? checked : empty) + " title='If checked dynamically generated routines will be stored in a DLL for faster loading on application restart.'></td></tr>";
549 config.precache = false;
    [all...]

Completed in 6785 milliseconds