Searched refs:pixel_format (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dhdlcd.cc84 pixel_format(0),
143 SERIALIZE_SCALAR(pixel_format);
180 UNSERIALIZE_SCALAR(pixel_format);
305 case Pixel_Format: return pixel_format;
417 pixel_format = value;
440 pixel_format.big_endian ? BigEndianByteOrder : LittleEndianByteOrder);
446 pixel_format.bytes_per_pixel + 1,
452 pixel_format.bytes_per_pixel + 1,
H A Dhdlcd.hh252 PixelFormatReg pixel_format; /**< Pixel format register */ member in class:HDLcd

Completed in 12 milliseconds