Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DMusteinGenericGPU.cs77 copyPatterns = new Dictionary<Tuple<ColorMode, bool, PixelPacking>, Action>() in MusteinGenericGPU()
136 …if(copyPatterns.TryGetValue(Tuple.Create(colorMode, is64bitAligned, pixelPacking), out Action comm… in Repaint()
286 private readonly Dictionary<Tuple<ColorMode, bool, PixelPacking>, Action> copyPatterns; field in Antmicro.Renode.Peripherals.Video.MusteinGenericGPU