Searched refs:SEGMENT_SIZE (Results 1 – 6 of 6) sorted by relevance
33 #define SEGMENT_SIZE 1024 macro51 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()
121 #define SEGMENT_SIZE 1024 macro123 #ifndef SEGMENT_SIZE125 #define SEGMENT_SIZE getpagesize() macro130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
27 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()
994 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
446 #define SEGMENT_SIZE (32 * 1024 -1) macro637 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()2464 segment = remaining /SEGMENT_SIZE;2466 segment = SEGMENT_SIZE;