Lines Matching defs:range

72  * Replace data in a subrange of buffer object.  If the data range
110 * If the buffer is mapped, suppress implicit buffer range invalidation
295 * PIPE_MAP_DIRECTLY supresses implicit buffer range
525 /* Subrange is relative to mapped range */
579 /* dst can be mapped, just not the same range as the target range */
823 * Test if the buffer is mapped, and if so, if the mapped range overlaps the
824 * given range.
830 * \param offset Offset of the first byte of the subdata range.
831 * \param size Size, in bytes, of the subdata range.
853 * Tests the subdata range parameters and sets the GL error code for
859 * \param offset Offset of the first byte of the subdata range.
860 * \param size Size, in bytes, of the subdata range.
861 * \param mappedRange If true, checks if an overlapping range is mapped.
899 "%s(range is mapped without persistent bit)",
1649 bool range,
1665 set_buffer_binding(ctx, binding, bufObj, -1, -1, !range, usage);
1667 set_buffer_binding(ctx, binding, bufObj, offset, size, !range, usage);
2627 * \param offset Offset of the first byte of the subdata range.
2628 * \param size Size, in bytes, of the subdata range.
4374 * Unbind all uniform buffers in the range
4386 * Unbind all shader storage buffers in the range
4401 bool range,
4453 if (range) {
4492 binding, offset, size, range,
4503 bool range,
4556 if (range) {
4595 binding, offset, size, range,
4651 * Unbind all transform feedback buffers in the range
4668 bool range,
4724 if (range) {
4815 * Unbind all atomic counter buffers in the range
4831 bool range,
4884 if (range) {
4920 binding, offset, size, range,
5251 * mapped by MapBuffer or if the invalidate range intersects the range
5259 "range)");
5298 * mapped by MapBuffer or if the invalidate range intersects the range
5305 "range)");