| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | intel_xvmc_dump.c | 62 XvMCSurface * future, unsigned int flags, 89 if (!past && !future) 91 else if (past && !future) 93 else if (past && future) 103 if (future) 104 fprintf(fp, "future picture: id (%d) width (%d) height (%d)\n", 105 (int)future->surface_id, future->width, future->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 | 734 struct intel_xvmc_surface *future, int w, int h) 763 if (future) { 764 ret = setup_media_surface(7, future->bo, 0, w, h, FALSE); 768 setup_media_surface(8, future->bo, w * h, w / 2, h / 2, 773 setup_media_surface(9, future->bo, w * h + w * h / 4, w / 2, 784 XvMCSurface * future, 793 priv_future = future ? future->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
|
| H A D | intel_xvmc.c | 237 /* XXX: major and minor could be checked in future for XvMC 1042 XvMCSurface * future, 1046 target, past, future, control)) { 1039 XvMCBeginSurface(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 | 62 XvMCSurface * future, unsigned int flags, 89 if (!past && !future) 91 else if (past && !future) 93 else if (past && future) 103 if (future) 104 fprintf(fp, "future picture: id (%d) width (%d) height (%d)\n", 105 (int)future->surface_id, future->width, future->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 | 734 struct intel_xvmc_surface *future, int w, int h) 763 if (future) { 764 ret = setup_media_surface(7, future->bo, 0, w, h, FALSE); 768 setup_media_surface(8, future->bo, w * h, w / 2, h / 2, 773 setup_media_surface(9, future->bo, w * h + w * h / 4, w / 2, 784 XvMCSurface * future, 793 priv_future = future ? future->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
|
| H A D | intel_xvmc.c | 237 /* XXX: major and minor could be checked in future for XvMC 1042 XvMCSurface * future, 1046 target, past, future, control)) { 1039 XvMCBeginSurface(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) 97 if (future) 98 fprintf(fp, "future picture: id (%d) width (%d) height (%d)\n", future->surface_id, 99 future->width, future->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 | 664 struct i965_xvmc_surface *future, 688 if (future) { 689 ret = setup_media_surface(7, future->bo, 0, w, h, FALSE); 692 ret = setup_media_surface(8, future->bo, w*h, w/2, h/2, FALSE); 695 ret = setup_media_surface(9, future->bo, w*h + w*h/4, w/2, h/2, FALSE); 705 XvMCSurface *future, 716 priv_future = future?future->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
|
| H A D | intel_xvmc.c | 303 /* XXX: major and minor could be checked in future for XvMC 1147 XvMCSurface *future, 1151 target, past, future, control)) { 1144 XvMCBeginSurface(Display * display,XvMCContext * context,XvMCSurface * target,XvMCSurface * past,XvMCSurface * future,const XvMCMpegControl * control) argument
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | cnd_monotonic.h | 117 const uint64_t future = (abs_time->tv_sec * 1000) + (abs_time->tv_nsec / 1000000); local in function:u_cnd_monotonic_timedwait 119 const DWORD timeout = (future > now) ? (DWORD)(future - now) : 0;
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 50-user.conf | 13 <!-- the following elements will be removed in the future -->
|
| /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; 291 assert(!backward || dec->future < 8); 306 x, y, mb->PMV[1][0], dec->future, true); 308 x, y2, mb->PMV[1][1], dec->future, false); 329 x, y, mb->PMV[0][1], dec->future, true); 348 x, y, mb->PMV[0][1], dec->future, true); 366 x, y, mb->PMV[0][1], dec->future, true); 369 x, y2, mb->PMV[1][1], dec->future, false); 428 dec->future = nouveau_decoder_surface_index(dec, desc->ref[1]);
|
| /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; 291 assert(!backward || dec->future < 8); 306 x, y, mb->PMV[1][0], dec->future, true); 308 x, y2, mb->PMV[1][1], dec->future, false); 329 x, y, mb->PMV[0][1], dec->future, true); 348 x, y, mb->PMV[0][1], dec->future, true); 366 x, y, mb->PMV[0][1], dec->future, true); 369 x, y2, mb->PMV[1][1], dec->future, false); 428 dec->future = nouveau_decoder_surface_index(dec, desc->ref[1]);
|
| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | README.md | 5 future useful adjuncts. These programs are generally not maintained or
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | build_options.cmake | 166 message(WARNING "Captive mode will not be supported in future versions") 177 message(WARNING "VirtualScreens will not be supported in future versions") 184 message(WARNING "WindowBox will not be supported in future versions") 193 #message(WARNING "XSMP will not be supported in future versions")
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm_config.h.in | 44 * future where we support other sound methods. I've left internal stuff
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | venus.rst | 171 In the future, if virglrenderer's ``virgl_renderer_export_fence`` is 196 (in the future, the plan is to export the device memory as an opaque fd). It 200 The dma-buf is mapped (in the future, the plan is to import the opaque fd and
|
| /xsrc/external/mit/MesaLib/dist/docs/nir/ |
| H A D | tex.rst | 24 makes any future port to Vulkan or OpenCL harder, so such assumptions should
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.5.rst | 32 future version of Mesa,
|
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | README.md | 50 may be removed in future libXfont releases.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | faq.rst | 77 and SWR. Fixing these issues is one of our major future development
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | faq.rst | 77 and SWR. Fixing these issues is one of our major future development
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | shading.rst | 110 These issues will be addressed/resolved in the future.
|