Searched defs:barrier (Results 26 - 41 of 41) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcompiler.h214 # define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
484 barrier();
493 barrier();
502 barrier();
604 barrier();
616 barrier();
628 barrier();
640 barrier();
652 barrier();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcompiler.h214 # define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
484 barrier();
493 barrier();
502 barrier();
604 barrier();
616 barrier();
628 barrier();
640 barrier();
652 barrier();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcompiler.h214 # define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
484 barrier();
493 barrier();
502 barrier();
604 barrier();
616 barrier();
628 barrier();
640 barrier();
652 barrier();
1029 #define barrier() /* n macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcompiler.h214 # define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
484 barrier();
493 barrier();
502 barrier();
604 barrier();
616 barrier();
628 barrier();
640 barrier();
652 barrier();
1029 #define barrier() /* n macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcompiler.h214 # define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
465 barrier();
474 barrier();
483 barrier();
585 barrier();
597 barrier();
609 barrier();
621 barrier();
633 barrier();
1010 #define barrier() /* n macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcompiler.h227 #define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
502 barrier();
511 barrier();
520 barrier();
622 barrier();
634 barrier();
646 barrier();
658 barrier();
670 barrier();
1036 #define barrier() /* n macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcompiler.h227 #define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
502 barrier();
511 barrier();
520 barrier();
622 barrier();
634 barrier();
646 barrier();
658 barrier();
670 barrier();
1036 #define barrier() /* n macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompiler.h227 #define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
502 barrier();
511 barrier();
520 barrier();
622 barrier();
634 barrier();
646 barrier();
658 barrier();
670 barrier();
1036 #define barrier() /* n macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcompiler.h228 #define barrier() __asm__ __volatile__ (".word 0x8143e00a" : : : "memory") macro
503 barrier();
512 barrier();
521 barrier();
623 barrier();
635 barrier();
647 barrier();
659 barrier();
671 barrier();
1037 #define barrier() /* n macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h524 # define barrier() __asm__ __volatile__(".word 0x8143e00a": : :"memory") macro
532 barrier();
541 barrier();
550 barrier();
652 barrier();
664 barrier();
676 barrier();
688 barrier();
700 barrier();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h577 # define barrier() __asm__ __volatile__(".word 0x8143e00a": : :"memory") macro
585 barrier();
594 barrier();
603 barrier();
705 barrier();
717 barrier();
729 barrier();
741 barrier();
753 barrier();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h581 # define barrier() __asm__ __volatile__(".word 0x8143e00a": : :"memory") macro
589 barrier();
598 barrier();
607 barrier();
709 barrier();
721 barrier();
733 barrier();
745 barrier();
757 barrier();
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcompiler.h633 * Optimisation barrier
636 #define barrier() __asm__ __volatile__ ( "" : : : "memory" ) macro
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h182 CRbarrier barrier; member in struct:__anon16466
H A Drenderspu_glx.c795 GLuint group, GLuint barrier)
837 /* ... and bind window to barrier of same ID */
838 b = render_spu.ws.glXBindSwapBarrierNV(dpy, group, barrier);
840 crWarning("Render SPU: call to glXBindSwapBarrierNV(group=%d barrier=%d) failed!", group, barrier);
844 crDebug("Render SPU: call to glXBindSwapBarrierNV(group=%d barrier=%d) worked!", group, barrier);
1099 GLuint barrier = 0; local
1100 JoinSwapGroup(dpy, visual->visual->screen, window->window, group, barrier);
794 JoinSwapGroup(Display *dpy, int screen, Window window, GLuint group, GLuint barrier) argument
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c124 CRServerBarrier *barrier = (CRServerBarrier *) data; local
125 crFree(barrier->waiting);
126 crFree(barrier);

Completed in 124 milliseconds

12