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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Darrayobj.c577 const GLsizeiptr MaxRelativeOffset = local in function:_mesa_update_vao_derived_arrays
638 assert(attrib2->_EffRelativeOffset <= MaxRelativeOffset);
659 assert(max_offset <= min_offset + MaxRelativeOffset);
690 if (min_offset + MaxRelativeOffset < max_offset2)
692 if (min_offset2 + MaxRelativeOffset < max_offset)
698 assert(max_offset <= min_offset + MaxRelativeOffset);
713 assert(attrib2->_EffRelativeOffset <= MaxRelativeOffset);
742 * MaxRelativeOffset range but still attached to a single binding.
833 assert(attrib->_EffRelativeOffset <= MaxRelativeOffset);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Darrayobj.c524 const GLsizeiptr MaxRelativeOffset = local in function:_mesa_update_vao_derived_arrays
599 assert(attrib2->_EffRelativeOffset <= MaxRelativeOffset);
620 assert(max_offset <= min_offset + MaxRelativeOffset);
651 if (min_offset + MaxRelativeOffset < max_offset2)
653 if (min_offset2 + MaxRelativeOffset < max_offset)
659 assert(max_offset <= min_offset + MaxRelativeOffset);
674 assert(attrib2->_EffRelativeOffset <= MaxRelativeOffset);
703 * MaxRelativeOffset range but still attached to a single binding.
794 assert(attrib->_EffRelativeOffset <= MaxRelativeOffset);

Completed in 5 milliseconds