Home
last modified time | relevance | path

Searched refs:routineCache (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DVertexProcessor.cpp65 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()
DSetupProcessor.cpp107 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()
DPixelProcessor.cpp71 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()
DSetupProcessor.hpp83 std::unique_ptr<RoutineCacheType> routineCache; member in sw::SetupProcessor
DVertexProcessor.hpp107 std::unique_ptr<RoutineCacheType> routineCache; member in sw::VertexProcessor
DPixelProcessor.hpp176 std::unique_ptr<RoutineCacheType> routineCache; member in sw::PixelProcessor