Lines Matching defs:infoRec
38 XAAInfoRecPtr infoRec =
44 if (!infoRec->pScrn->vtSema || !infoRec->ScreenToScreenBitBlt ||
45 (infoRec->ScreenToScreenBitBltFlags & NO_PLANEMASK))
48 if(infoRec->pScrn->vtSema && infoRec->NeedToSync) {
49 (*infoRec->Sync)(infoRec->pScrn);
50 infoRec->NeedToSync = FALSE;
84 infoRec->ScratchGC.planemask = doUnderlay ? 0x00ffffff : 0xff000000;
85 infoRec->ScratchGC.alu = GXcopy;
88 &(infoRec->ScratchGC), &rgnDst, pptSrc);
102 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCREEN(pScreen);
103 ScrnInfoPtr pScrn = infoRec->pScrn;
107 if(!infoRec->pScrn->vtSema) return;
109 (*infoRec->FillSolidRects)(pScrn, pScrn->colorKey << 24, GXcopy,
112 SET_SYNC_FLAG(infoRec);
118 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCREEN(pScreen);
123 if(!(infoRec->FillSolidRectsFlags & NO_PLANEMASK))
126 infoRec->FullPlanemask = ~0;
128 infoRec->FullPlanemasks[i] = ~0;