/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_vsplit.c | 34 #define SEGMENT_SIZE 1024 46 ushort segment_size; member in struct:vsplit_frontend 49 unsigned fetch_elts[SEGMENT_SIZE]; 50 ushort draw_elts[SEGMENT_SIZE]; 51 ushort identity_draw_elts[SEGMENT_SIZE]; 101 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size); 177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices); 212 for (i = 0; i < SEGMENT_SIZE; i++)
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_vsplit.c | 34 #define SEGMENT_SIZE 1024 46 ushort segment_size; member in struct:vsplit_frontend 49 unsigned fetch_elts[SEGMENT_SIZE]; 50 ushort draw_elts[SEGMENT_SIZE]; 51 ushort identity_draw_elts[SEGMENT_SIZE]; 101 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size); 177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices); 212 for (i = 0; i < SEGMENT_SIZE; i++)
|
/bionic/libc/kernel/uapi/linux/ |
a.out.h | 109 #define SEGMENT_SIZE page_size 112 #define SEGMENT_SIZE 0x2000 116 #define SEGMENT_SIZE 0x20000 121 #define SEGMENT_SIZE PAGE_SIZE 127 #define SEGMENT_SIZE 1024 130 #ifndef SEGMENT_SIZE 131 #define SEGMENT_SIZE getpagesize() 136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/development/ndk/platforms/android-3/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/development/ndk/platforms/android-L/include/linux/ |
a.out.h | 109 #define SEGMENT_SIZE page_size 112 #define SEGMENT_SIZE 0x2000 116 #define SEGMENT_SIZE 0x20000 121 #define SEGMENT_SIZE PAGE_SIZE 127 #define SEGMENT_SIZE 1024 130 #ifndef SEGMENT_SIZE 131 #define SEGMENT_SIZE getpagesize() 136 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/external/kernel-headers/original/uapi/linux/ |
a.out.h | 116 Note that it is up to you to define SEGMENT_SIZE 119 #define SEGMENT_SIZE page_size 122 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 129 #define SEGMENT_SIZE PAGE_SIZE 137 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 141 #define SEGMENT_SIZE getpagesize() 147 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/linux/ |
a.out.h | 125 Note that it is up to you to define SEGMENT_SIZE 128 #define SEGMENT_SIZE page_size 131 #define SEGMENT_SIZE 0x2000 134 #define SEGMENT_SIZE 0x20000 138 #define SEGMENT_SIZE PAGE_SIZE 144 #define SEGMENT_SIZE 1024 146 #ifndef SEGMENT_SIZE 147 #define SEGMENT_SIZE getpagesize() 152 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
a.out.h | 79 #define SEGMENT_SIZE 1024 81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
a.out.h | 116 Note that it is up to you to define SEGMENT_SIZE 119 #define SEGMENT_SIZE page_size 122 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 129 #define SEGMENT_SIZE PAGE_SIZE 135 #define SEGMENT_SIZE 1024 137 #ifndef SEGMENT_SIZE 138 #define SEGMENT_SIZE getpagesize() 143 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
a.out.h | 79 #define SEGMENT_SIZE 1024 81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
a.out.h | 116 Note that it is up to you to define SEGMENT_SIZE 119 #define SEGMENT_SIZE page_size 122 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 129 #define SEGMENT_SIZE PAGE_SIZE 135 #define SEGMENT_SIZE 1024 137 #ifndef SEGMENT_SIZE 138 #define SEGMENT_SIZE getpagesize() 143 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
a.out.h | 107 #define SEGMENT_SIZE page_size 110 #define SEGMENT_SIZE 0x2000 113 #define SEGMENT_SIZE 0x20000 117 #define SEGMENT_SIZE PAGE_SIZE 123 #define SEGMENT_SIZE 1024 125 #ifndef SEGMENT_SIZE 126 #define SEGMENT_SIZE PAGE_SIZE 131 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|