Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
61 struct vc4_cl_out *next;
78 return (char *)cl->next - (char *)cl->base;
90 return cl->next;
94 cl_end(struct vc4_cl *cl, struct vc4_cl_out *next)
96 cl->next = next;
169 cl->reloc_next = cl->next;
172 cl_advance(&cl->next, n * 4);
174 return cl->next;
267 memcpy((cl)->next, packet, sizeof(*packet)); \
268 cl_advance(&(cl)->next, sizeof(*packet)); \