Lines Matching defs:offset
81 reg.offset += delta;
84 const unsigned suboffset = reg.offset + delta;
86 reg.offset = suboffset % REG_SIZE;
111 * horizontal offset should be a harmless no-op.
132 offset(fs_reg reg, unsigned width, unsigned delta)
177 * Return the base offset in bytes of a register relative to the start of its
184 (r.file == UNIFORM ? 4 : REG_SIZE) + r.offset +
230 * Check that the register region given by r [r.offset, r.offset + dr[
232 * [s.offset, s.offset + ds[.
551 * 3. Source and Destination offset must be the same, except the case of
686 inst->src[0].offset == 0 &&