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

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c961 i810XvMCSurface *privFuture,
983 *data++ = privFuture->mi1y | 0x1<<28;
984 *data++ = privFuture->mi2y;
985 *data++ = privFuture->mi3y;
2434 i810XvMCSurface *privFuture = NULL; local in function:XvMCRenderSurface
2489 privFuture = privTarget;
2491 privFuture = privPast;
2511 privFuture = (i810XvMCSurface *)future_surface->privData;
2541 dispatchYContext(privTarget,privPast,privFuture,pI810XvMC);
2612 *datau++ = privFuture
959 dispatchYContext(i810XvMCSurface * privTarget,i810XvMCSurface * privPast,i810XvMCSurface * privFuture,i810XvMCContext * pI810XvMC) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c961 i810XvMCSurface *privFuture,
983 *data++ = privFuture->mi1y | 0x1<<28;
984 *data++ = privFuture->mi2y;
985 *data++ = privFuture->mi3y;
2434 i810XvMCSurface *privFuture = NULL; local in function:XvMCRenderSurface
2489 privFuture = privTarget;
2491 privFuture = privPast;
2511 privFuture = (i810XvMCSurface *)future_surface->privData;
2541 dispatchYContext(privTarget,privPast,privFuture,pI810XvMC);
2612 *datau++ = privFuture
959 dispatchYContext(i810XvMCSurface * privTarget,i810XvMCSurface * privPast,i810XvMCSurface * privFuture,i810XvMCContext * pI810XvMC) argument
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A DI810XvMC.c961 i810XvMCSurface *privFuture,
983 *data++ = privFuture->mi1y | 0x1<<28;
984 *data++ = privFuture->mi2y;
985 *data++ = privFuture->mi3y;
2434 i810XvMCSurface *privFuture = NULL; local in function:XvMCRenderSurface
2489 privFuture = privTarget;
2491 privFuture = privPast;
2511 privFuture = (i810XvMCSurface *)future_surface->privData;
2541 dispatchYContext(privTarget,privPast,privFuture,pI810XvMC);
2612 *datau++ = privFuture
959 dispatchYContext(i810XvMCSurface * privTarget,i810XvMCSurface * privPast,i810XvMCSurface * privFuture,i810XvMCContext * pI810XvMC) argument
[all...]
H A Di915_xvmc.c689 i915XvMCSurface *privFuture)
698 map_state->y_backward.tm0.base_address = (YOFFSET(privFuture) >> 2);
699 map_state->y_backward.tm2.pitch = (privFuture->yStride >> 2) - 1;
702 map_state->u_backward.tm0.base_address = (UOFFSET(privFuture) >> 2);
703 map_state->u_backward.tm2.pitch = (privFuture->uvStride >> 2) - 1;
706 map_state->v_backward.tm0.base_address = (VOFFSET(privFuture) >> 2);
707 map_state->v_backward.tm2.pitch = (privFuture->uvStride >> 2) - 1;
1784 i915XvMCSurface *privFuture = NULL; local in function:i915_xvmc_mc_render_surface
1840 privFuture = privPast; // privTarget;
1847 if (!(privFuture
687 i915_mc_map_state_set(XvMCContext * context,i915XvMCSurface * privPast,i915XvMCSurface * privFuture) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_xvmc.c526 struct intel_xvmc_surface * privFuture)
578 map_state->y_backward.tm0.base_address = privFuture->bo->offset >> 2;
581 privFuture->bo, 0,
627 (privFuture->bo->offset + UOFFSET(context)) >> 2;
630 privFuture->bo, UOFFSET(context),
676 (privFuture->bo->offset + VOFFSET(context)) >> 2;
679 privFuture->bo, VOFFSET(context),
1027 struct intel_xvmc_surface *privFuture = NULL; local in function:i915_xvmc_mc_render_surface
1078 privFuture = privPast; // privTarget;
1085 if (!(privFuture
524 i915_mc_map_state_set(XvMCContext * context,struct intel_xvmc_surface * privPast,struct intel_xvmc_surface * privFuture) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_xvmc.c526 struct intel_xvmc_surface * privFuture)
578 map_state->y_backward.tm0.base_address = privFuture->bo->offset >> 2;
581 privFuture->bo, 0,
627 (privFuture->bo->offset + UOFFSET(context)) >> 2;
630 privFuture->bo, UOFFSET(context),
676 (privFuture->bo->offset + VOFFSET(context)) >> 2;
679 privFuture->bo, VOFFSET(context),
1027 struct intel_xvmc_surface *privFuture = NULL; local in function:i915_xvmc_mc_render_surface
1078 privFuture = privPast; // privTarget;
1085 if (!(privFuture
524 i915_mc_map_state_set(XvMCContext * context,struct intel_xvmc_surface * privPast,struct intel_xvmc_surface * privFuture) argument
[all...]

Completed in 23 milliseconds