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

/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dxvmc_vld.c787 struct intel_xvmc_surface *priv_target, *priv_past, *priv_future; local in function:begin_surface
793 priv_future = future ? future->privData : NULL;
798 ret = setup_surface(priv_target, priv_past, priv_future,
1031 struct intel_xvmc_surface *priv_target, *priv_past, *priv_future; local in function:render_surface
1045 priv_future = future_surface ? future_surface->privData : NULL;
1047 ret = setup_surface(priv_target, priv_past, priv_future,
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dxvmc_vld.c787 struct intel_xvmc_surface *priv_target, *priv_past, *priv_future; local in function:begin_surface
793 priv_future = future ? future->privData : NULL;
798 ret = setup_surface(priv_target, priv_past, priv_future,
1031 struct intel_xvmc_surface *priv_target, *priv_past, *priv_future; local in function:render_surface
1045 priv_future = future_surface ? future_surface->privData : NULL;
1047 ret = setup_surface(priv_target, priv_past, priv_future,
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dxvmc_vld.c709 struct i965_xvmc_surface *priv_target, *priv_past, *priv_future; local in function:begin_surface
716 priv_future = future?future->privData:NULL;
721 ret = setup_surface(priv_target, priv_past, priv_future,
979 struct i965_xvmc_surface *priv_target, *priv_past, *priv_future; local in function:render_surface
997 priv_future = future_surface?future_surface->privData:NULL;
999 ret = setup_surface(priv_target, priv_past, priv_future,

Completed in 6 milliseconds