Lines Matching refs:contextRec
418 I915XvMCCreateContextRec *contextRec = NULL;
447 contextRec = (I915XvMCCreateContextRec *)*priv;
489 contextRec->comm.type = xvmc_driver->flag;
490 contextRec->comm.batchbuffer.offset = xvmc_driver->batch->offset;
491 contextRec->comm.batchbuffer.size = xvmc_driver->batch->size;
492 contextRec->comm.batchbuffer.handle = xvmc_driver->batch_handle;
495 contextRec->ctxno = i;
496 contextRec->sis.handle = ctxpriv->sis_handle;
497 contextRec->sis.offset = ctxpriv->mcStaticIndirectState->offset;
498 contextRec->sis.size = ctxpriv->mcStaticIndirectState->size;
499 contextRec->ssb.handle = ctxpriv->ssb_handle;
500 contextRec->ssb.offset = ctxpriv->mcSamplerState->offset;
501 contextRec->ssb.size = ctxpriv->mcSamplerState->size;
502 contextRec->msb.handle = ctxpriv->msb_handle;
503 contextRec->msb.offset = ctxpriv->mcMapState->offset;
504 contextRec->msb.size = ctxpriv->mcMapState->size;
505 contextRec->psp.handle = ctxpriv->psp_handle;
506 contextRec->psp.offset = ctxpriv->mcPixelShaderProgram->offset;
507 contextRec->psp.size = ctxpriv->mcPixelShaderProgram->size;
508 contextRec->psc.handle = ctxpriv->psc_handle;
509 contextRec->psc.offset = ctxpriv->mcPixelShaderConstants->offset;
510 contextRec->psc.size = ctxpriv->mcPixelShaderConstants->size;
511 contextRec->corrdata.handle = ctxpriv->corrdata_handle;
512 contextRec->corrdata.offset = ctxpriv->mcCorrdata->offset;
513 contextRec->corrdata.size = ctxpriv->mcCorrdata->size;
514 contextRec->deviceID = DEVICE_ID(pI830->PciInfo);
517 contextRec->sis.bus_addr = ctxpriv->mcStaticIndirectState->bus_addr;
518 contextRec->ssb.bus_addr = ctxpriv->mcSamplerState->bus_addr;
519 contextRec->msb.bus_addr = ctxpriv->mcMapState->bus_addr;
520 contextRec->psp.bus_addr = ctxpriv->mcPixelShaderProgram->bus_addr;
521 contextRec->psc.bus_addr = ctxpriv->mcPixelShaderConstants->bus_addr;