| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| H A D | Xorg.sh.in | 3 # Execute Xorg.wrap if it exists otherwise execute Xorg directly. 7 if [ -x "$basedir"/Xorg.wrap ]; then 8 exec "$basedir"/Xorg.wrap "$@"
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | Makefile.am | 34 protocol_xiqueryversion_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,WriteToClient 35 protocol_xiquerydevice_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,WriteToClient 36 protocol_xiselectevents_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,dixLookupWindow -Wl,-wrap,XISetEventMask 37 protocol_xigetselectedevents_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,WriteToClient -Wl,-wrap,dixLookupWindow -Wl,-wrap,AddResource 38 protocol_xisetclientpointer_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,dixLookupClient 39 protocol_xigetclientpointer_LDFLAGS=$(AM_LDFLAGS) -Wl,-wrap,WriteToClient -Wl,-wrap,dixLookupClien [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/man/ |
| H A D | Makefile.am | 6 appman_PRE += Xorg.wrap.man 9 EXTRA_DIST += Xorg.wrap.man Xwrapper.config.man
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | dlwrap.c | 105 struct libwrap *wrap; local in function:dlopen 115 wrap = find_wrapped_library(filename); 116 if (!wrap) 119 wrap->handle = ret; 122 return wrap; 131 struct libwrap *wrap = handle; local in function:__dlclose 133 if (wrap < wrapped_libs || 134 wrap >= wrapped_libs + ARRAY_SIZE(wrapped_libs)) { 180 * pass-through, so instead we also wrap dlysm and arrange for it to 186 struct libwrap *wrap local in function:dlsym [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_samplers.h | 46 uint8_t wrap[3]; member in struct:__anon950d0b520208
|
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| H A D | shadow.c | 46 #define wrap(priv, real, mem) {\ macro 79 wrap(pBuf, pScreen, BlockHandler); 95 wrap(pBuf, pScreen, GetImage); 136 wrap(pBuf, pScreen, CloseScreen); 137 wrap(pBuf, pScreen, GetImage); 138 wrap(pBuf, pScreen, BlockHandler);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_sync.h | 13 #define wrap(priv, parn, name, func) { \ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_gldefs.h | 183 nvgl_wrap_mode(unsigned wrap) argument 185 switch (wrap) { 201 nvgl_wrap_mode_nv20(unsigned wrap) argument 203 switch (wrap) { 215 unreachable("Bad GL texture wrap mode");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_gldefs.h | 183 nvgl_wrap_mode(unsigned wrap) argument 185 switch (wrap) { 201 nvgl_wrap_mode_nv20(unsigned wrap) argument 203 switch (wrap) { 215 unreachable("Bad GL texture wrap mode");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 330 gallivm = gallivm_create(pName, wrap(&JM()->mContext), NULL); 728 return wrap(res); 739 return wrap(pInput); 953 iface->loop_var = wrap(loop_var); 958 bld->system_values.invocation_id = wrap((LOAD(unwrap(iface->loop_var)))); 975 lp_build_print_value(gallivm, "Epilogue LOOP: ", wrap(LOAD(unwrap(iface->loop_var)))); 978 LLVMValueRef tmp = lp_build_cmp(uint_bld, PIPE_FUNC_GEQUAL, wrap(LOAD(unwrap(iface->loop_var))), 979 wrap(VBROADCAST(C(iface->output_vertices)))); 1035 lp_build_print_value(gallivm, "[TCS IN][VTX] vert_chan_index: ", wrap(vert_chan_index)); 1037 lp_build_print_value(gallivm, "[TCS IN][VTX] attr_chan_index: ", wrap(attr_inde [all...] |
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | meson-options.py | 4 from textwrap import wrap 15 for line in wrap(option_message, width=COLUMNS - 9):
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | meson-options.py | 4 from textwrap import wrap 15 for line in wrap(option_message, width=COLUMNS - 9):
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa.c | 606 wrap(pExaGC, pGC, funcs, &exaGCFuncs); 607 wrap(pExaGC, pGC, ops, &exaOps); 698 wrap(pExaScr, pScreen, BlockHandler, ExaBlockHandler); 723 wrap(pExaScr, pScreen, WakeupHandler, ExaWakeupHandler); 914 wrap(pExaScr, pScreen, BlockHandler, ExaBlockHandler); 917 wrap(pExaScr, pScreen, WakeupHandler, ExaWakeupHandler); 918 wrap(pExaScr, pScreen, CreateGC, exaCreateGC); 919 wrap(pExaScr, pScreen, CloseScreen, exaCloseScreen); 920 wrap(pExaScr, pScreen, GetImage, exaGetImage); 921 wrap(pExaSc [all...] |
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa.c | 637 wrap(pExaGC, pGC, funcs, (GCFuncs *) &exaGCFuncs); 638 wrap(pExaGC, pGC, ops, (GCOps *) &exaOps); 729 wrap(pExaScr, pScreen, BlockHandler, ExaBlockHandler); 756 wrap(pExaScr, pScreen, WakeupHandler, ExaWakeupHandler); 946 wrap(pExaScr, pScreen, BlockHandler, ExaBlockHandler); 949 wrap(pExaScr, pScreen, WakeupHandler, ExaWakeupHandler); 950 wrap(pExaScr, pScreen, CreateGC, exaCreateGC); 951 wrap(pExaScr, pScreen, CloseScreen, exaCloseScreen); 952 wrap(pExaScr, pScreen, GetImage, exaGetImage); 953 wrap(pExaSc [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | dri.c | 143 pDRIPriv->wrap.ValidateTree = pScreen->ValidateTree; 146 pDRIPriv->wrap.PostValidateTree = pScreen->PostValidateTree; 149 pDRIPriv->wrap.WindowExposures = pScreen->WindowExposures; 152 pDRIPriv->wrap.CopyWindow = pScreen->CopyWindow; 155 pDRIPriv->wrap.ClipNotify = pScreen->ClipNotify; 584 pScreen->WindowExposures = pDRIPriv->wrap.WindowExposures; 588 pDRIPriv->wrap.WindowExposures = pScreen->WindowExposures; 607 pScreen->CopyWindow = pDRIPriv->wrap.CopyWindow; 613 pDRIPriv->wrap.CopyWindow = pScreen->CopyWindow; 625 pScreen->ValidateTree = pDRIPriv->wrap [all...] |
| H A D | dristruct.h | 72 DRIWrappedFuncsRec wrap; member in struct:_DRIScreenPrivRec
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_xa_composite.c | 96 enum xa_composite_wrap wrap = xa_wrap_clamp_to_border; local in function:vmwgfx_xa_setup_wrap 99 return wrap; 103 wrap = xa_wrap_repeat; 106 wrap = xa_wrap_mirror_repeat; 109 wrap = xa_wrap_clamp_to_edge; 114 return wrap; 163 xa_pict->wrap = vmwgfx_xa_setup_wrap(pict->repeat,
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_screen.c | 119 wrap(screen_priv, screen, DestroyWindow, present_destroy_window); 142 wrap(screen_priv, screen, ConfigNotify, present_config_notify); 160 wrap(screen_priv, screen, ClipNotify, present_clip_notify); 184 wrap(screen_priv, screen, CloseScreen, present_close_screen); 185 wrap(screen_priv, screen, DestroyWindow, present_destroy_window); 186 wrap(screen_priv, screen, ConfigNotify, present_config_notify); 187 wrap(screen_priv, screen, ClipNotify, present_clip_notify);
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | Makefile.am | 101 -Wl,-wrap,dixLookupWindow \ 102 -Wl,-wrap,dixLookupClient \ 103 -Wl,-wrap,WriteToClient \ 104 -Wl,-wrap,dixLookupWindow \ 105 -Wl,-wrap,XISetEventMask \ 106 -Wl,-wrap,AddResource \ 107 -Wl,-wrap,GrabButton \ 118 @echo 'echo "ld -wrap support required for xi1 unit tests, skipping"' > $@ 127 @echo 'echo "ld -wrap support required for xi2 unit tests, skipping"' > $@
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| H A D | dri.c | 640 if (pDRIInfo->wrap.WindowExposures) { 641 pDRIPriv->wrap.WindowExposures = pScreen->WindowExposures; 642 pScreen->WindowExposures = pDRIInfo->wrap.WindowExposures; 651 if (pDRIInfo->wrap.CopyWindow) { 652 pDRIPriv->wrap.CopyWindow = pScreen->CopyWindow; 653 pScreen->CopyWindow = pDRIInfo->wrap.CopyWindow; 655 if (pDRIInfo->wrap.ClipNotify) { 656 pDRIPriv->wrap.ClipNotify = pScreen->ClipNotify; 657 pScreen->ClipNotify = pDRIInfo->wrap.ClipNotify; 659 if (pDRIInfo->wrap [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | dri.c | 602 if (pDRIInfo->wrap.ValidateTree) { 603 pDRIPriv->wrap.ValidateTree = pScreen->ValidateTree; 604 pScreen->ValidateTree = pDRIInfo->wrap.ValidateTree; 606 if (pDRIInfo->wrap.PostValidateTree) { 607 pDRIPriv->wrap.PostValidateTree = pScreen->PostValidateTree; 608 pScreen->PostValidateTree = pDRIInfo->wrap.PostValidateTree; 610 if (pDRIInfo->wrap.WindowExposures) { 611 pDRIPriv->wrap.WindowExposures = pScreen->WindowExposures; 612 pScreen->WindowExposures = pDRIInfo->wrap.WindowExposures; 621 if (pDRIInfo->wrap [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 217 gallivm = gallivm_create(pName, wrap(&JM()->mContext)); 378 return wrap(res); 389 return wrap(pInput); 609 LLVMPositionBuilderAtEnd(gallivm->builder, wrap(block)); 631 system_values.prim_id = wrap(LOAD(pGsCtx, {0, SWR_GS_CONTEXT_PrimitiveID})); 632 system_values.instance_id = wrap(LOAD(pGsCtx, {0, SWR_GS_CONTEXT_InstanceID})); 657 lp_type_float_vec(32, 32 * 8), wrap(mask_val)); 684 wrap(consts_ptr), 685 wrap(const_sizes_ptr), 689 wrap(hPrivateDat [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | cylwrap.c | 30 DrawSample(GLboolean wrap) argument 45 if (wrap && s > 1.0) 58 if (wrap && s > 1.0) 85 if (wrap && s > 1.0) 114 /* set Mesa back-door state for testing cylindrical wrap mode */ 156 printf("Cylindrical wrap on.\n"); 158 printf("Cylindrical wrap off.\n"); 240 printf("Press 'c' to toggle cylindrical wrap mode.\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_format.h | 26 unsigned wrap; member in struct:nv30_texfmt
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_format.h | 26 unsigned wrap; member in struct:nv30_texfmt
|