| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | intel_xvmc_dump.c | 61 XvMCSurface * target, XvMCSurface * past, 89 if (!past && !future) 91 else if (past && !future) 93 else if (past && future) 100 if (past) 101 fprintf(fp, "past picture: id (%d) width (%d) height (%d)\n", 102 (int)past->surface_id, past->width, past->height); 59 intel_xvmc_dump_render(XvMCContext * context,unsigned int picture_structure,XvMCSurface * target,XvMCSurface * past,XvMCSurface * future,unsigned int flags,unsigned int num_macroblocks,unsigned int first_macroblock,XvMCMacroBlockArray * macroblock_array,XvMCBlockArray * blocks) argument
|
| H A D | xvmc_vld.c | 733 struct intel_xvmc_surface *past, 748 if (past) { 749 ret = setup_media_surface(4, past->bo, 0, w, h, FALSE); 753 setup_media_surface(5, past->bo, w * h, w / 2, h / 2, 758 setup_media_surface(6, past->bo, w * h + w * h / 4, w / 2, 783 XvMCSurface * past, 792 priv_past = past ? past->privData : NULL; 732 setup_surface(struct intel_xvmc_surface * target,struct intel_xvmc_surface * past,struct intel_xvmc_surface * future,int w,int h) argument 781 begin_surface(Display * display,XvMCContext * context,XvMCSurface * target,XvMCSurface * past,XvMCSurface * future,const XvMCMpegControl * control) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | intel_xvmc_dump.c | 61 XvMCSurface * target, XvMCSurface * past, 89 if (!past && !future) 91 else if (past && !future) 93 else if (past && future) 100 if (past) 101 fprintf(fp, "past picture: id (%d) width (%d) height (%d)\n", 102 (int)past->surface_id, past->width, past->height); 59 intel_xvmc_dump_render(XvMCContext * context,unsigned int picture_structure,XvMCSurface * target,XvMCSurface * past,XvMCSurface * future,unsigned int flags,unsigned int num_macroblocks,unsigned int first_macroblock,XvMCMacroBlockArray * macroblock_array,XvMCBlockArray * blocks) argument
|
| H A D | xvmc_vld.c | 733 struct intel_xvmc_surface *past, 748 if (past) { 749 ret = setup_media_surface(4, past->bo, 0, w, h, FALSE); 753 setup_media_surface(5, past->bo, w * h, w / 2, h / 2, 758 setup_media_surface(6, past->bo, w * h + w * h / 4, w / 2, 783 XvMCSurface * past, 792 priv_past = past ? past->privData : NULL; 732 setup_surface(struct intel_xvmc_surface * target,struct intel_xvmc_surface * past,struct intel_xvmc_surface * future,int w,int h) argument 781 begin_surface(Display * display,XvMCContext * context,XvMCSurface * target,XvMCSurface * past,XvMCSurface * future,const XvMCMpegControl * control) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | intel_xvmc_dump.c | 60 XvMCSurface *target, XvMCSurface *past, XvMCSurface *future, unsigned int flags, 83 if (!past && !future) 85 else if (past && !future) 87 else if (past && future) 94 if (past) 95 fprintf(fp, "past picture: id (%d) width (%d) height (%d)\n", past->surface_id, 96 past->width, past->height); 59 intel_xvmc_dump_render(XvMCContext * context,unsigned int picture_structure,XvMCSurface * target,XvMCSurface * past,XvMCSurface * future,unsigned int flags,unsigned int num_macroblocks,unsigned int first_macroblock,XvMCMacroBlockArray * macroblock_array,XvMCBlockArray * blocks) argument
|
| H A D | xvmc_vld.c | 663 struct i965_xvmc_surface *past, 677 if (past) { 678 ret = setup_media_surface(4, past->bo, 0, w, h, FALSE); 681 ret = setup_media_surface(5, past->bo, w*h, w/2, h/2, FALSE); 684 ret = setup_media_surface(6, past->bo, w*h + w*h/4, w/2, h/2, FALSE); 704 XvMCSurface *past, 715 priv_past = past?past->privData:NULL; 662 setup_surface(struct i965_xvmc_surface * target,struct i965_xvmc_surface * past,struct i965_xvmc_surface * future,int w,int h) argument 702 begin_surface(Display * display,XvMCContext * context,XvMCSurface * target,XvMCSurface * past,XvMCSurface * future,const XvMCMpegControl * control) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | developers.rst | 9 In the past, Tungsten Graphics contracts implemented many Mesa features
|
| H A D | download.rst | 59 In the past, GLUT, GLU and the Mesa demos were released in conjunction
|
| H A D | systems.rst | 58 In the past there were other drivers for older GPUs and operating
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.h | 39 unsigned past, future, current; member in struct:nouveau_decoder
|
| H A D | nouveau_video.c | 100 dec->current = dec->future = dec->past = 8; 290 assert(!forward || dec->past < 8); 300 x, y, mb->PMV[0][0], dec->past, true); 302 x, y2, mb->PMV[0][0], dec->past, false); 325 x, y, mb->PMV[0][0], dec->past, true); 345 x, y, mb->PMV[0][0], dec->past, true); 358 x, y, mb->PMV[0][0], dec->past, true); 361 x, y2, mb->PMV[1][0], dec->past, false); 430 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.h | 39 unsigned past, future, current; member in struct:nouveau_decoder
|
| H A D | nouveau_video.c | 100 dec->current = dec->future = dec->past = 8; 290 assert(!forward || dec->past < 8); 300 x, y, mb->PMV[0][0], dec->past, true); 302 x, y2, mb->PMV[0][0], dec->past, false); 325 x, y, mb->PMV[0][0], dec->past, true); 345 x, y, mb->PMV[0][0], dec->past, true); 358 x, y, mb->PMV[0][0], dec->past, true); 361 x, y2, mb->PMV[1][0], dec->past, false); 430 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.1.rst | 53 were useful in the past for memory debugging but now we have
|
| H A D | 7.2.rst | 61 were useful in the past for memory debugging but now we have
|
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXaw/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXcursor/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXdmcp/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXext/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXfixes/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXfont2/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXft/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXi/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
| /xsrc/external/mit/libXpm/dist/m4/ |
| H A D | lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|