Home
last modified time | relevance | path

Searched defs:RoutineCacheType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.hpp85 using RoutineCacheType = RoutineCache<State, SetupFunction::CFunctionType>; typedef in sw::SetupProcessor
DVertexProcessor.hpp104 using RoutineCacheType = RoutineCache<State, VertexRoutineFunction::CFunctionType>; typedef in sw::VertexProcessor
DPixelProcessor.hpp165 using RoutineCacheType = RoutineCache<State, RasterizerFunction::CFunctionType>; typedef in sw::PixelProcessor