Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_split_tmp.h68 unsigned flags = DRAW_SPLIT_AFTER, seg_start = 0, seg_max; in FUNC() local
71 * Both count and seg_max below are explicitly trimmed. Because in FUNC()
73 * seg_start = N * (seg_max - rollback) = N' * incr, in FUNC()
94 seg_max = in FUNC()
99 if (seg_max < count && !(((seg_max - first) / incr) & 1)) in FUNC()
100 seg_max -= incr; in FUNC()
106 if (remaining > seg_max) { in FUNC()
107 SEGMENT_SIMPLE(flags, start + seg_start, seg_max); in FUNC()
108 seg_start += seg_max in FUNC()
[all...]

Completed in 1 milliseconds