Lines Matching defs:offset
150 int offset;
182 const struct brw_label *brw_find_label(const struct brw_label *root, int offset);
183 void brw_create_label(struct brw_label **labels, int offset, void *mem_ctx);
186 int offset, const struct brw_label *root_label);
209 uint32_t offset, uint32_t delta);
1436 SET_BITS(0, 23, 12); /* base offset */
1563 unsigned offset,
1659 uint32_t offset,
1668 unsigned offset);
1673 unsigned offset);
1678 unsigned offset);
1884 const brw_inst *inst, int offset,
1892 next_offset(const struct intel_device_info *devinfo, void *store, int offset)
1894 brw_inst *insn = (brw_inst *)((char *)store + offset);
1897 return offset + 8;
1899 return offset + 16;