Searched refs:EXA_PM_IS_SOLID (Results 1 – 4 of 4) sorted by relevance
816 #define EXA_PM_IS_SOLID(_pDrawable, _pm) \ macro
165 if (!EXA_PM_IS_SOLID(pDrawable, pGC->planemask) || pGC->alu != GXcopy) in exaDoPutImage()523 EXA_PM_IS_SOLID(pSrcDrawable, pGC->planemask))) in exaHWCopyNtoN()1278 if (format != ZPixmap || !EXA_PM_IS_SOLID(pDrawable, planeMask)) in exaGetImage()
462 clientClip != FALSE || !EXA_PM_IS_SOLID(pDrawable, planemask)); in exaGCReadsDestination()
175770 Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.