Searched refs:mcPixelShaderConstants (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di915_hwmc.c81 i830_memory *mcPixelShaderConstants; member in struct:_I915XvMCContextPriv
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
[all...]

Completed in 2 milliseconds