Searched refs:seg_max (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_split_tmp.h | 65 unsigned flags = DRAW_SPLIT_AFTER, seg_start = 0, seg_max; in FUNC() local 90 seg_max = in FUNC() 95 if (seg_max < count && !(((seg_max - first) / incr) & 1)) in FUNC() 96 seg_max -= incr; in FUNC() 102 if (remaining > seg_max) { in FUNC() 103 SEGMENT_SIMPLE(flags, start + seg_start, seg_max); in FUNC() 104 seg_start += seg_max - rollback; in FUNC() 118 seg_max = in FUNC() 124 if (remaining > seg_max) { in FUNC() 125 SEGMENT_LOOP(flags, start + seg_start, seg_max, start); in FUNC() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_split_tmp.h | 65 unsigned flags = DRAW_SPLIT_AFTER, seg_start = 0, seg_max; in FUNC() local 90 seg_max = in FUNC() 95 if (seg_max < count && !(((seg_max - first) / incr) & 1)) in FUNC() 96 seg_max -= incr; in FUNC() 102 if (remaining > seg_max) { in FUNC() 103 SEGMENT_SIMPLE(flags, start + seg_start, seg_max); in FUNC() 104 seg_start += seg_max - rollback; in FUNC() 118 seg_max = in FUNC() 124 if (remaining > seg_max) { in FUNC() 125 SEGMENT_LOOP(flags, start + seg_start, seg_max, start); in FUNC() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_blk.h | 57 __u32 seg_max; member
|