Lines Matching defs:offset
61 * \param ptr the user-provided pointer/offset
73 uintptr_t start, end, offset, size;
77 If a PBO is bound, 'ptr' is an offset into the bound PBO.
81 offset = 0;
84 offset = (uintptr_t)ptr;
97 (offset % _mesa_sizeof_packed_type(type)))
111 /* get the offset to the first pixel we'll read/write */
115 /* get the offset to just past the last pixel we'll read/write */
119 start += offset;
120 end += offset;