Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_split_tmp.h68 unsigned flags = DRAW_SPLIT_AFTER, seg_start = 0, seg_max; in FUNC() local
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 - rollback; in FUNC()
122 seg_max = in FUNC()
128 if (remaining > seg_max) { in FUNC()
129 SEGMENT_LOOP(flags, start + seg_start, seg_max, start); in FUNC()
[all …]
/external/crosvm/devices/src/virtio/
Dblock.rs99 seg_max: Le32, field
504 seg_max: u32, field
510 fn build_config_space(disk_size: u64, seg_max: u32, block_size: u32) -> virtio_blk_config { in build_config_space()
514 seg_max: Le32::from(seg_max), in build_config_space()
566 let seg_max = min(max(iov_max(), 1), u32::max_value() as usize) as u32; in new() localVariable
571 let seg_max = min(seg_max, u32::from(QUEUE_SIZE) - 2); in new() localVariable
581 seg_max, in new()
781 build_config_space(*disk_size, self.seg_max, self.block_size) in read_config()
Dblock_async.rs108 seg_max: Le32, field
572 seg_max: u32, field
578 fn build_config_space(disk_size: u64, seg_max: u32, block_size: u32) -> virtio_blk_config { in build_config_space()
582 seg_max: Le32::from(seg_max), in build_config_space()
636 let seg_max = min(max(iov_max(), 1), u32::max_value() as usize) as u32; in new() localVariable
641 let seg_max = min(seg_max, u32::from(QUEUE_SIZE) - 2); in new() localVariable
651 seg_max, in new()
868 build_config_space(disk_size, self.seg_max, self.block_size) in read_config()
/external/kernel-headers/original/uapi/linux/
Dvirtio_blk.h64 __virtio32 seg_max; member
Dvirtio_scsi.h107 __virtio32 seg_max; member