Searched refs:CPU (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/xsrc/external/mit/libxshmfence/dist/
H A DREADME.md4 This library offers a CPU-based synchronization primitive compatible
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU
[all...]
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri3-test.c63 #define CPU I915_GEM_DOMAIN_CPU macro
222 if (domain == CPU) {
494 gem_sync(device, handle, CPU);
567 if (domain == CPU)
671 if (domain == CPU)
1134 error += test_read(dpy, device, 400, 200, CPU);
1135 error += test_read(dpy, device, 4000, 20, CPU);
1136 error += test_read(dpy, device, 16000, 10, CPU);
1137 error += test_read(dpy, device, 30000, 10, CPU);
1139 error += test_read(dpy, device, 200, 400, CPU);
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri3-test.c63 #define CPU I915_GEM_DOMAIN_CPU macro
227 if (domain == CPU) {
499 gem_sync(device, handle, CPU);
572 if (domain == CPU)
676 if (domain == CPU)
1077 error += test_read(dpy, device, 400, 200, CPU);
1078 error += test_read(dpy, device, 4000, 20, CPU);
1079 error += test_read(dpy, device, 16000, 10, CPU);
1080 error += test_read(dpy, device, 30000, 10, CPU);
1082 error += test_read(dpy, device, 200, 400, CPU);
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Datomic.h86 #error xf86-video-intel requires atomic operations, please define them for your CPU/compiler.
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Datomic.h86 #error xf86-video-intel requires atomic operations, please define them for your CPU/compiler.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvc4.rst92 (CPU) Allocate space to store a list of draw commands per tile
93 (CPU) Set up a command list per tile that does:
192 * Step 2: CPU vs GPU
194 The primary question is figuring out whether the CPU is busy in your
195 application, the CPU is busy in the GL driver, the GPU is waiting for
196 the CPU, or the CPU is waiting for the GPU. Ideally, you get to the
197 point where the CPU is waiting for the GPU infrequently but for a
201 Start with top while your application is running. Is the CPU usage
208 * sysprof for CPU usag
[all...]
/xsrc/external/mit/xf86-input-ws/dist/
H A Dconfig.guess226 # covers most systems running today. This code pipes the CPU
227 # types through head -n 1, so we only detect the type of CPU 0.
491 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
841 #undef CPU
845 CPU=mipsel
848 CPU=mips
850 CPU=
854 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
855 test x"${CPU}" != x && { echo "${CPU}
[all...]
/xsrc/external/mit/libxkbui/dist/
H A Dconfig.guess252 # covers most systems running today. This code pipes the CPU
253 # types through head -n 1, so we only detect the type of CPU 0.
506 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
826 #undef CPU
830 CPU=mipsel
833 CPU=mips
835 CPU=
839 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
840 test x"${CPU}" != x && echo "${CPU}
[all...]
/xsrc/external/mit/xf86-video-imstt/dist/
H A Dconfig.guess252 # covers most systems running today. This code pipes the CPU
253 # types through head -n 1, so we only detect the type of CPU 0.
506 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
826 #undef CPU
830 CPU=mipsel
833 CPU=mips
835 CPU=
839 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
840 test x"${CPU}" != x && echo "${CPU}
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/
H A Dconfig.guess252 # covers most systems running today. This code pipes the CPU
253 # types through head -n 1, so we only detect the type of CPU 0.
506 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
826 #undef CPU
830 CPU=mipsel
833 CPU=mips
835 CPU=
839 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
840 test x"${CPU}" != x && echo "${CPU}
[all...]
/xsrc/external/mit/xsetmode/dist/
H A Dconfig.guess252 # covers most systems running today. This code pipes the CPU
253 # types through head -n 1, so we only detect the type of CPU 0.
506 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
826 #undef CPU
830 CPU=mipsel
833 CPU=mips
835 CPU=
839 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
840 test x"${CPU}" != x && echo "${CPU}
[all...]
/xsrc/external/mit/xsetpointer/dist/
H A Dconfig.guess226 # covers most systems running today. This code pipes the CPU
227 # types through head -n 1, so we only detect the type of CPU 0.
491 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
841 #undef CPU
845 CPU=mipsel
848 CPU=mips
850 CPU=
854 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
855 test x"${CPU}" != x && { echo "${CPU}
[all...]
/xsrc/external/mit/libdrm/dist/
H A Dxf86atomic.h102 #error libdrm requires atomic operations, please define them for your CPU/compiler.
/xsrc/external/mit/libXfontcache/dist/
H A Dconfig.guess231 # covers most systems running today. This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
872 #undef CPU
876 CPU=mipsel
879 CPU=mips
881 CPU=
886 /^CPU/{
890 test x"${CPU}" != x && { echo "${CPU}
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dconfig.guess231 # covers most systems running today. This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
872 #undef CPU
876 CPU=mipsel
879 CPU=mips
881 CPU=
886 /^CPU/{
890 test x"${CPU}" != x && { echo "${CPU}
[all...]
/xsrc/external/mit/xproxymanagementprotocol/dist/
H A Dconfig.guess231 # covers most systems running today. This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
512 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
888 #undef CPU
892 CPU=mipsel
895 CPU=mips
897 CPU=
902 /^CPU/{
906 test x"${CPU}" != x && { echo "${CPU}
[all...]
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfig.guess230 # covers most systems running today. This code pipes the CPU
231 # types through head -n 1, so we only detect the type of CPU 0.
495 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
858 #undef CPU
862 CPU=mipsel
865 CPU=mips
867 CPU=
872 /^CPU/{
876 test x"${CPU}" != x && { echo "${CPU}
[all...]
/xsrc/external/mit/libXau/dist/
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU
[all...]
/xsrc/external/mit/libXfont2/dist/
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU
[all...]
/xsrc/external/mit/libXrender/dist/
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU
[all...]
/xsrc/external/mit/libXt/dist/
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
988 CPU=$UNAME_MACHINE
1004 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1007 GUESS=$CPU-unknown-linux-$LIBCABI
1096 #undef CPU
1112 CPU=mipsisa64r6
1115 CPU=mipsisa32r6
1118 CPU
[all...]
/xsrc/external/mit/oclock/dist/
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU
[all...]
/xsrc/external/mit/libICE/dist/
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU
[all...]
/xsrc/external/mit/libSM/dist/
H A Dconfig.guess335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU
[all...]

Completed in 39 milliseconds

1234567891011>>