Lines Matching defs:GEODE_FALLBACK
56 #define GEODE_FALLBACK(x) \
63 #define GEODE_FALLBACK(x) return FALSE
550 GEODE_FALLBACK(("Operation %d is not supported\n", op));
554 GEODE_FALLBACK(("%s are not supported as a mask\n",
560 GEODE_FALLBACK(("Gradients are not supported as the source\n"));
563 GEODE_FALLBACK(("PictOpAdd with mask is not supported\n"));
582 GEODE_FALLBACK(("Multipass operation requires off-screen buffer\n"));
595 GEODE_FALLBACK(("Bilinear or convolution filters are not supported\n"));
599 GEODE_FALLBACK(("Mask transforms are not supported\n"));
608 GEODE_FALLBACK(("Transform operation is non-trivial\n"));
613 GEODE_FALLBACK(("PICT_a8 as src or dst format is unsupported\n"));
627 GEODE_FALLBACK(("Masks can be only done with a 8bpp or 4bpp depth\n"));
632 GEODE_FALLBACK(("pSrc should be 1x1 pixel if pMsk is not zero\n"));
641 GEODE_FALLBACK(("FIXME: unzero mask might lead to bigger rendering region than 1x1 pixels\n"));
646 GEODE_FALLBACK(("Solid source pictures without a mask are not supported\n"));
652 GEODE_FALLBACK(("Unsupported source format %x\n", pSrc->format));
655 GEODE_FALLBACK(("Unsupported destination format %x\n", pDst->format));
661 GEODE_FALLBACK(("Operation requires src alpha, but alphabits is unset\n"));
664 GEODE_FALLBACK(("Operation requires dst alpha, but alphabits is unset\n"));
668 GEODE_FALLBACK(("src_alphabits=0, dst_alphabits!=0\n"));