HomeSort by relevance Sort by last modified time
    Searched refs:seg_max (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_split_tmp.h 65 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 - rollback
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_split_tmp.h 65 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 - rollback
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_blk.h 20 __le32 seg_max; member in struct:virtio_blk_config
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_blk.h 20 __le32 seg_max; member in struct:virtio_blk_config
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_blk.h 20 __le32 seg_max; member in struct:virtio_blk_config

Completed in 510 milliseconds