Searched refs:DACB (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_mode.h127 UCHAR DACB; member in struct:__anon502f03860408
H A Dast_vgatool.c822 UCHAR DACIndex, DACR, DACG, DACB; local in function:vASTLoadPalette
832 DACB = colors[index].blue << (8- pScrn->rgbBits);
834 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
846 DACB = colors[index/2].blue << (8- pScrn->rgbBits);
848 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
859 DACB = colors[index].blue;
861 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
871 DACB = colors[index].blue >> (8 - pScrn->rgbBits);
873 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
H A Dast_mode.c982 UCHAR DACR, DACG, DACB; local in function:bSetDACReg
1000 DACB = pDACPtr->DACB;
1002 VGA_LOAD_PALETTE_INDEX (i, DACR, DACG, DACB);

Completed in 9 milliseconds