Lines Matching refs:mcPixelShaderConstants
81 i830_memory *mcPixelShaderConstants;
259 (drm_handle_t)(ctxpriv->mcPixelShaderConstants->offset + pI830->LinearAddr),
260 ctxpriv->mcPixelShaderConstants->size, DRM_AGP, 0,
350 &(ctxpriv->mcPixelShaderConstants), 4 * 1024,
389 if (ctxpriv->mcPixelShaderConstants) {
390 i830_free_xvmc_buffer(pScrn, ctxpriv->mcPixelShaderConstants);
391 ctxpriv->mcPixelShaderConstants = NULL;
509 contextRec->psc.offset = ctxpriv->mcPixelShaderConstants->offset;
510 contextRec->psc.size = ctxpriv->mcPixelShaderConstants->size;
521 contextRec->psc.bus_addr = ctxpriv->mcPixelShaderConstants->bus_addr;