Searched refs:Support32bppFb (Results 1 - 25 of 65) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Helper.c323 ((f & Support32bppFb) && (f & SupportConvert24to32)))
326 #define DO_PIX32(f) ((f & Support32bppFb) || \
330 #define CHOOSE32FOR24(f) ((f & Support32bppFb) && (f & SupportConvert24to32) \
341 #define DO_PIX24FOR32(f) ((f & Support32bppFb) && (f & SupportConvert24to32))
499 else if ((depth24flags & (Support24bppFb | Support32bppFb)) ==
H A Dxf86str.h863 #define Support32bppFb 0x02 /* 32bpp framebuffer supported */ macro
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_driver.c794 bppSupport = Support24bppFb | Support32bppFb |
805 bppSupport = Support24bppFb | Support32bppFb |
816 bppSupport = Support24bppFb | Support32bppFb |
827 bppSupport = Support24bppFb | Support32bppFb |
838 bppSupport = Support24bppFb | Support32bppFb |
849 bppSupport = Support24bppFb | Support32bppFb |
860 bppSupport = Support24bppFb | Support32bppFb |
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_driver.c334 if (!xf86SetDepthBpp(pScrn, 32, 0, 32, Support32bppFb)) {
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_driver.c365 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, Support32bppFb)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A DvbeModes.c118 *flags24 |= Support32bppFb;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h734 #define Support32bppFb 0x02 /* 32bpp framebuffer supported */ macro
H A Dxf86Helper.c354 #define DO_PIX32(f) ((f & Support32bppFb) || \
472 if ((depth24flags & (Support24bppFb | Support32bppFb)) ==
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A DvbeModes.c119 *flags24 |= Support32bppFb;
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c737 if (depths & V_DEPTH_24 && (flags24 & Support32bppFb))
752 if (defaultDepth == 24 && !(flags24 & Support32bppFb))
756 if (flags24 & Support32bppFb)
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_driver.c368 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, Support24bppFb|Support32bppFb))
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_driver.c340 if (!xf86SetDepthBpp(pScrn, 24, 0, 32, Support32bppFb)) {
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_driver.c382 lowDepth ? NoDepth24Support : Support32bppFb)) {
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_driver.c357 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, Support32bppFb)) {
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c399 bitsperpixel >= 24 ? Support24bppFb|Support32bppFb : 0))
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware.c433 bpp24flags = Support24bppFb | Support32bppFb;
460 bpp24flags = Support32bppFb;
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c549 if (!xf86SetDepthBpp(pScreenInfo, 0, 0, 0, Support32bppFb))
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c460 fPtr->info.depth >= 24 ? Support24bppFb|Support32bppFb : 0))
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_driver.c486 flags24 = Support32bppFb | PreferConvert24to32 | SupportConvert24to32;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_driver.c493 flags24 = Support32bppFb | PreferConvert24to32 | SupportConvert24to32;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_driver.c245 if(!xf86SetDepthBpp(pScrn, 0, 0, 0, Support32bppFb)) goto fail;
H A Driva_driver.c426 if (!xf86SetDepthBpp(pScrn, 15, 0, 0, Support32bppFb)) {
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_driver.c460 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, Support32bppFb)) {
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c428 fPtr->info.depth, Support24bppFb|Support32bppFb))
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_driver.c362 if (!xf86SetDepthBpp(pScrni, 16, 16, 16, Support24bppFb | Support32bppFb))

Completed in 57 milliseconds

123