Lines Matching defs:max_offset
419 GLuint max_offset = 0;
429 max_offset = MAX2(off, max_offset);
433 *max = binding->Offset + (GLsizeiptr)max_offset;
618 GLsizeiptr min_offset, max_offset;
619 compute_vbo_offset_range(vao, binding, &min_offset, &max_offset);
620 assert(max_offset <= min_offset + MaxRelativeOffset);
653 if (min_offset2 + MaxRelativeOffset < max_offset)
658 max_offset = MAX2(max_offset, max_offset2);
659 assert(max_offset <= min_offset + MaxRelativeOffset);