Searched refs:routineCache (Results 1 – 6 of 6) sorted by relevance
65 routineCache = std::make_unique<RoutineCacheType>(clamp(cacheSize, 1, 65536)); in setRoutineCacheSize()100 auto routine = routineCache->lookup(state); in routine()109 routineCache->add(state, routine); in routine()
107 auto routine = routineCache->lookup(state); in routine()116 routineCache->add(state, routine); in routine()124 routineCache = std::make_unique<RoutineCacheType>(clamp(cacheSize, 1, 65536)); in setRoutineCacheSize()
71 routineCache = std::make_unique<RoutineCacheType>(clamp(cacheSize, 1, 65536)); in setRoutineCacheSize()195 auto routine = routineCache->lookup(state); in routine()204 routineCache->add(state, routine); in routine()
83 std::unique_ptr<RoutineCacheType> routineCache; member in sw::SetupProcessor
107 std::unique_ptr<RoutineCacheType> routineCache; member in sw::VertexProcessor
176 std::unique_ptr<RoutineCacheType> routineCache; member in sw::PixelProcessor