Home
last modified time | relevance | path

Searched refs:exaGCReadsDestination (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c109 exaGCReadsDestination(pDrawable, pGC->planemask, pGC->fillStyle, in ExaCheckPutImage()
145 !exaGCReadsDestination(pDst, pGC->planemask, pGC->fillStyle, in ExaCheckCopyNtoN()
182 !(checkReads && exaGCReadsDestination(pDrawable, pGC->planemask, in ExaFallbackPrepareReg()
H A Dexa_accel.c414 if (!pGC || !exaGCReadsDestination(pDstDrawable, pGC->planemask, in exaHWCopyNtoN()
1014 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillSolid, in exaFillRegionSolid()
1113 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillTiled, in exaFillRegionTiled()
H A Dexa_priv.h456 exaGCReadsDestination(DrawablePtr pDrawable, unsigned long planemask, in exaGCReadsDestination() function