Searched refs:RoutineCacheType (Results 1 – 6 of 6) sorted by relevance
85 using RoutineCacheType = RoutineCache<State, SetupFunction::CFunctionType>; typedef in sw::SetupProcessor86 std::unique_ptr<RoutineCacheType> routineCache;
104 using RoutineCacheType = RoutineCache<State, VertexRoutineFunction::CFunctionType>; typedef in sw::VertexProcessor105 std::unique_ptr<RoutineCacheType> routineCache;
165 using RoutineCacheType = RoutineCache<State, RasterizerFunction::CFunctionType>; typedef in sw::PixelProcessor166 std::unique_ptr<RoutineCacheType> routineCache;
65 routineCache = std::make_unique<RoutineCacheType>(clamp(cacheSize, 1, 65536)); in setRoutineCacheSize()
116 routineCache = std::make_unique<RoutineCacheType>(clamp(cacheSize, 1, 65536)); in setRoutineCacheSize()
82 routineCache = std::make_unique<RoutineCacheType>(clamp(cacheSize, 1, 65536)); in setRoutineCacheSize()