Home
last modified time | relevance | path

Searched defs:format (Results 1 – 21 of 21) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceWriterBuilder.cs16 …public TraceWriterBuilder(TranslationCPU cpu, SequencedFilePath path, TraceFormat format, bool isB… in TraceWriterBuilder()
65 private readonly TraceFormat format; field in Antmicro.Renode.Peripherals.CPU.TraceWriterBuilder
DTraceWriter.cs20 public TraceWriter(TranslationCPU cpu, string path, TraceFormat format, bool compress) in TraceWriter()
97 protected readonly TraceFormat format; field in Antmicro.Renode.Peripherals.CPU.TraceWriter
DTraceTextWriter.cs27 public TraceTextWriter(TranslationCPU cpu, string path, TraceFormat format, bool compress) in TraceTextWriter()
DExecutionTracer.cs23 …onTracing(this TranslationCPU @this, string name, string fileName, TraceFormat format, bool isBina… in CreateExecutionTracing()
42 …nchronous(this TranslationCPU @this, string name, string fileName, TraceFormat format, bool isBina… in CreateExecutionTracingSynchronous()
DTraceBasedModelFlatBufferWriter.cs22 …public TraceBasedModelFlatBufferWriter(TranslationCPU cpu, string path, TraceFormat format, bool c… in TraceBasedModelFlatBufferWriter()
DTraceBinaryWriter.cs25 public TraceBinaryWriter(TranslationCPU cpu, string path, TraceFormat format, bool compress) in TraceBinaryWriter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DRegisterMapper.cs45 public string ToString(long offset, string format) in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DColorFormat.cs79 public static int GetColorDepth(this PixelFormat format) in GetColorDepth()
93 public static Dictionary<ColorType, byte> GetColorsLengths(this PixelFormat format) in GetColorsLengths()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DNumbersModeCommand.cs33 public void Run(ICommandInteraction writer, in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DLiteX_Framebuffer.cs22 …public LiteX_Framebuffer(IMachine machine, PixelFormat format, IBusPeripheral memory) : base(machi… in LiteX_Framebuffer()
107 private readonly PixelFormat format; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer
DLiteX_Framebuffer_CSR32.cs19 …public LiteX_Framebuffer_CSR32(IMachine machine, PixelFormat format, IBusPeripheral memory, uint o… in LiteX_Framebuffer_CSR32()
121 private readonly PixelFormat format; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer_CSR32
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs182 …vate void HandleConfigurationChange(int width, int height, Backends.Display.PixelFormat format, EL… in HandleConfigurationChange()
219 private Backends.Display.PixelFormat? format; field in Antmicro.Renode.Testing.FrameBufferTester
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S_Master.cs18 …public LiteX_I2S_Master(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRa… in LiteX_I2S_Master()
DLiteX_I2S_Slave.cs16 …public LiteX_I2S_Slave(IMachine machine, DataFormat format, uint sampleWidthBits, uint samplingRat… in LiteX_I2S_Slave()
DLiteX_I2S.cs22 …protected LiteX_I2S(IMachine machine, DataFormat format, uint sampleWidth, uint samplingRate, uint… in LiteX_I2S()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DVideoBackend.cs32 …private void HandleConfigurationChanged(int width, int height, PixelFormat format, Endianess endia… in HandleConfigurationChanged()
DAutoRepaintingVideo.cs95 …protected void Reconfigure(int? width = null, int? height = null, PixelFormat? format = null, bool… in Reconfigure()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs80 public void OnDisplayParametersChanged(int width, int height, PixelFormat format) in OnDisplayParametersChanged()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs455 private void SetText(byte[] destination, string format, params object[] param) in SetText()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_DMA.cs894 private void Log(LogLevel level, string format, params object[] args) in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs586 …vate static void ReportInvalidCustomInstructionFormat(ulong pattern, int bitsLength, string format) in ReportInvalidCustomInstructionFormat()