Lines Matching refs:contextRec
437 ViaXvMCCreateContextRec *contextRec;
460 contextRec = (ViaXvMCCreateContextRec *) * priv;
485 contextRec->ctxNo = ctxNo;
486 contextRec->xvmc_port = vx->xvmc_port;
487 contextRec->fbOffset = vXvMC->fbBase;
488 contextRec->fbSize = pVia->videoRambytes;
489 contextRec->mmioOffset = vXvMC->mmioBase;
490 contextRec->mmioSize = VIA_MMIO_REGSIZE;
491 contextRec->sAreaSize = pDRIInfo->SAREASize;
492 contextRec->sAreaPrivOffset = sizeof(XF86DRISAREARec);
493 contextRec->major = VIAXVMC_MAJOR;
494 contextRec->minor = VIAXVMC_MINOR;
495 contextRec->pl = VIAXVMC_PL;
496 contextRec->initAttrs = vx->xvAttr;
497 contextRec->useAGP = (pViaDRI->ringBufActive &&
502 contextRec->chipId = pVia->ChipId;
503 contextRec->screen = pScrn->scrnIndex;
504 contextRec->depth = pScrn->bitsPerPixel;
505 contextRec->stride = pVia->Bpp * pScrn->virtualX;