Lines Matching defs:offset
42 * Surface State Base Address to the binder BO's address, and offset the
76 /* Avoid using offset 0 - tools consider it NULL. */
81 * in those tables is an offset from the old base.
98 uint32_t offset = binder->insert_point;
103 return offset;
146 /* Round up the size so our next table has an aligned starting offset */
174 uint32_t offset = binder_insert(binder, total_size);
178 binder->bt_offset[stage] = sizes[stage] > 0 ? offset : 0;
180 binder->bo->address + offset, sizes[stage]);
181 offset += sizes[stage];