gem5
|
#include <cmath>
#include <cstdint>
#include <string>
#include <vector>
#include "base/compiler.hh"
#include "base/cprintf.hh"
#include "base/str.hh"
#include "base/types.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
struct | Pixel |
Internal gem5 representation of a Pixel. More... | |
class | PixelConverter |
Configurable RGB pixel converter. More... | |
struct | PixelConverter::Channel |
Color channel conversion and scaling helper class. More... | |
class | FrameBuffer |
Internal gem5 representation of a frame buffer. More... | |
Functions | |
bool | operator== (const Pixel &lhs, const Pixel &rhs) |
bool | to_number (const std::string &value, Pixel &retval) |
std::ostream & | operator<< (std::ostream &os, const Pixel &pxl) |
|
inline |
Definition at line 227 of file framebuffer.hh.
References csprintf(), X86ISA::os, and PixelConverter::rgba8888_le.
Definition at line 73 of file framebuffer.hh.
References Pixel::blue, Pixel::green, Pixel::padding, and Pixel::red.
|
inline |
Definition at line 216 of file framebuffer.hh.
References PixelConverter::rgba8888_le, and PixelConverter::toPixel().
Referenced by SymbolTable::load(), PseudoInst::loadsymbol(), main(), and parseParam().