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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_split_tmp.h65 unsigned flags = DRAW_SPLIT_AFTER, seg_start = 0, seg_max; local
68 * Both count and seg_max below are explicitly trimmed. Because
70 * seg_start = N * (seg_max - rollback) = N' * incr,
90 seg_max =
95 if (seg_max < count && !(((seg_max - first) / incr) & 1))
96 seg_max -= incr;
102 if (remaining > seg_max) {
103 SEGMENT_SIMPLE(flags, start + seg_start, seg_max);
104 seg_start += seg_max
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_blk.h58 __u32 seg_max; member in struct:virtio_blk_config

Completed in 214 milliseconds