Lines Matching defs:max_offset
472 GLuint max_offset = 0;
482 max_offset = MAX2(off, max_offset);
486 *max = binding->Offset + (GLsizeiptr)max_offset;
657 GLsizeiptr min_offset, max_offset;
658 compute_vbo_offset_range(vao, binding, &min_offset, &max_offset);
659 assert(max_offset <= min_offset + MaxRelativeOffset);
692 if (min_offset2 + MaxRelativeOffset < max_offset)
697 max_offset = MAX2(max_offset, max_offset2);
698 assert(max_offset <= min_offset + MaxRelativeOffset);