Lines Matching refs:infoRec
211 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCREEN(pScreen);
221 if(!infoRec->pScrn->vtSema || !DRAWABLE_IS_ON_CARD(pDst->pDrawable))
263 (op == PictOpOver) && infoRec->WriteBitmap && !pMask->repeat &&
264 !(infoRec->WriteBitmapFlags & NO_TRANSPARENCY) &&
265 (!(infoRec->WriteBitmapFlags & RGB_EQUAL) ||
290 (*infoRec->WriteBitmap)(infoRec->pScrn,
305 formats = infoRec->CPUToScreenAlphaTextureFormats;
306 dstformats = infoRec->CPUToScreenAlphaTextureDstFormats;
314 if((infoRec->CPUToScreenAlphaTextureFlags & XAA_RENDER_NO_TILE) ||
315 ((infoRec->CPUToScreenAlphaTextureFlags &
325 (infoRec->CPUToScreenAlphaTextureFlags & XAA_RENDER_NO_SRC_ALPHA))
351 if(!(infoRec->SetupForCPUToScreenAlphaTexture2)(infoRec->pScrn,
366 (*infoRec->SubsequentCPUToScreenAlphaTexture)(infoRec->pScrn,
373 SET_SYNC_FLAG(infoRec);
378 formats = infoRec->CPUToScreenTextureFormats;
379 dstformats = infoRec->CPUToScreenTextureDstFormats;
387 if((infoRec->CPUToScreenTextureFlags & XAA_RENDER_NO_TILE) ||
388 ((infoRec->CPUToScreenTextureFlags &
420 if(!(infoRec->SetupForCPUToScreenTexture2)(infoRec->pScrn,
435 (*infoRec->SubsequentCPUToScreenTexture)(infoRec->pScrn,
442 SET_SYNC_FLAG(infoRec);
462 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCREEN(pScreen);
498 infoRec->ScratchGC.planemask = ~0L;
499 infoRec->ScratchGC.alu = GXcopy;
501 XAADoBitBlt(pSrc->pDrawable, pDst->pDrawable, &infoRec->ScratchGC, ®ion,
524 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCREEN(pScreen);
527 if(!pMask && infoRec->pScrn->vtSema &&
528 infoRec->ScreenToScreenBitBlt &&
546 !infoRec->Composite ||
547 !(*infoRec->Composite)(op, pSrc, pMask, pDst,
551 if(infoRec->pScrn->vtSema &&
589 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCREEN(pScreen);
594 if(!infoRec->pScrn->vtSema ||
609 if(!infoRec->CPUToScreenAlphaTextureFormats)
612 if(!infoRec->CPUToScreenTextureFormats)
634 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCREEN(pScreen);
637 if(!pSrc->pDrawable || !infoRec->Glyphs ||
638 !(*infoRec->Glyphs)(op, pSrc, pDst, maskFormat,
641 if(infoRec->pScrn->vtSema &&