Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
123 glthread->next_batch = &glthread->batches[glthread->next];
225 struct glthread_batch *next = glthread->next_batch;
233 glthread_unmarshal_batch(next, NULL, 0);
239 next->used = glthread->used;
241 util_queue_add_job(&glthread->queue, next, &next->fence,
243 glthread->last = glthread->next;
244 glthread->next = (glthread->next + 1) % MARSHAL_MAX_BATCHES;
245 glthread->next_batch = &glthread->batches[glthread->next];
271 struct glthread_batch *next = glthread->next_batch;
281 next->used = glthread->used;
288 glthread_unmarshal_batch(next, NULL, 0);