Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c33 #define SEGMENT_SIZE 1024 macro
51 unsigned fetch_elts[SEGMENT_SIZE];
52 ushort draw_elts[SEGMENT_SIZE];
53 ushort identity_draw_elts[SEGMENT_SIZE];
231 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices); in vsplit_prepare()
266 for (i = 0; i < SEGMENT_SIZE; i++) in draw_pt_vsplit()
/external/kernel-headers/original/uapi/linux/
Da.out.h121 #define SEGMENT_SIZE 1024 macro
123 #ifndef SEGMENT_SIZE
125 #define SEGMENT_SIZE getpagesize() macro
130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/external/v8/src/heap/
Dworklist.h27 template <typename EntryType, int SEGMENT_SIZE>
32 View(Worklist<EntryType, SEGMENT_SIZE>* worklist, int task_id) in View()
55 Worklist<EntryType, SEGMENT_SIZE>* worklist_;
60 static const size_t kSegmentCapacity = SEGMENT_SIZE;
83 void Swap(Worklist<EntryType, SEGMENT_SIZE>& other) { in Swap()
/external/u-boot/drivers/usb/host/
Dxhci.h994 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
Dxhci-mem.c280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
/external/python/cpython2/Modules/
Dsocketmodule.c446 #define SEGMENT_SIZE (32 * 1024 -1) macro
637 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()
2464 segment = remaining /SEGMENT_SIZE;
2466 segment = SEGMENT_SIZE;