Home
last modified time | relevance | path

Searched defs:RoutineCache (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRoutineCache.hpp27 using RoutineCache = LRUCache<State, std::shared_ptr<Routine>>; typedef
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRoutineCache.hpp27 using RoutineCache = LRUCache<State, RoutineT<FunctionType>>; typedef