Searched defs:RoutineCacheType (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Device/ | ||
D | SetupProcessor.hpp | 85 using RoutineCacheType = RoutineCache<State, SetupFunction::CFunctionType>; typedef in sw::SetupProcessor |
D | VertexProcessor.hpp | 104 using RoutineCacheType = RoutineCache<State, VertexRoutineFunction::CFunctionType>; typedef in sw::VertexProcessor |
D | PixelProcessor.hpp | 165 using RoutineCacheType = RoutineCache<State, RasterizerFunction::CFunctionType>; typedef in sw::PixelProcessor |