Searched refs:SEGMENT_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Da.out.h114 Note that it is up to you to define SEGMENT_SIZE
117 #define SEGMENT_SIZE page_size macro
120 #define SEGMENT_SIZE 0x2000 macro
123 #define SEGMENT_SIZE 0x20000 macro
127 #define SEGMENT_SIZE PAGE_SIZE macro
133 #define SEGMENT_SIZE 1024 macro
135 #ifndef SEGMENT_SIZE
136 #define SEGMENT_SIZE PAGE_SIZE macro
141 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c34 #define SEGMENT_SIZE 1024 macro
49 unsigned fetch_elts[SEGMENT_SIZE];
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[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/
H A Ddraw_pt_vsplit.c34 #define SEGMENT_SIZE 1024 macro
49 unsigned fetch_elts[SEGMENT_SIZE];
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
212 for (i = 0; i < SEGMENT_SIZE; i++)

Completed in 123 milliseconds