51static_assert(
sizeof(FlushCache) ==
sizeof(
uint32_t),
"FlushCache is not 32 bits");
67 command = 0x02000000 |
c.packed;
77static_assert(
sizeof(
FastFill) == (
sizeof(
uint32_t) * 3),
"FastFill is not 96 bits");
Definition cdrom-loader.hh:39
The FastFill primitive.
Definition misc.hh:63
FastFill()
Definition misc.hh:64
Rect rect
Definition misc.hh:75
FastFill & setColor(Color c)
Definition misc.hh:66
FastFill(Color c)
Definition misc.hh:65
The FlushCache primitive.
Definition misc.hh:45
FlushCache()
Definition misc.hh:46
The Rect struct.
Definition common.hh:74
static int c
Definition syscalls.h:121
void uint32_t(classId, spec)
The Color struct.
Definition common.hh:91