Searched refs:DACB (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_mode.h | 127 UCHAR DACB; member in struct:__anon502f03860408
|
| H A D | ast_vgatool.c | 822 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 D | ast_mode.c | 982 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