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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di915_hwmc.c75 i830_memory *mcSamplerState; member in struct:_I915XvMCContextPriv
232 (drm_handle_t)(ctxpriv->mcSamplerState->offset + pI830->LinearAddr),
233 ctxpriv->mcSamplerState->size, DRM_AGP, 0,
332 &(ctxpriv->mcSamplerState), 4 * 1024,
374 if (ctxpriv->mcSamplerState) {
375 i830_free_xvmc_buffer(pScrn, ctxpriv->mcSamplerState);
376 ctxpriv->mcSamplerState = NULL;
500 contextRec->ssb.offset = ctxpriv->mcSamplerState->offset;
501 contextRec->ssb.size = ctxpriv->mcSamplerState->size;
518 contextRec->ssb.bus_addr = ctxpriv->mcSamplerState
[all...]

Completed in 6 milliseconds