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

/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h174 SVGA_PALETTE_BASE = 1024, /* Base of SVGA color map */ enumerator in enum:__anon14807
177 SVGA_SCRATCH_BASE = SVGA_PALETTE_BASE + SVGA_NUM_PALETTE_REGS
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp350 case SVGA_PALETTE_BASE: /* Base of SVGA color map */
351 return "SVGA_PALETTE_BASE";
380 if (pThis->svga.u32IndexReg - (uint32_t)SVGA_PALETTE_BASE < (uint32_t)SVGA_NUM_PALETTE_REGS)
381 return "SVGA_PALETTE_BASE reg";
899 case SVGA_PALETTE_BASE: /* Base of SVGA color map */
1368 case SVGA_PALETTE_BASE: /* Base of SVGA color map */

Completed in 56 milliseconds