Home | History | Annotate | Download | only in llvmpipe

Lines Matching defs:next

15  * next paragraph) shall be included in all copies or substantial portions
45 struct resource_ref *next;
79 assert(scene->data.head->next == NULL);
128 bin->tail->next = NULL;
223 for (ref = scene->resources; ref; ref = ref->next) {
248 for (block = list->head->next; block; block = tmp) {
249 tmp = block->next;
253 list->head->next = NULL;
281 bin->tail->next = block;
289 block->next = NULL;
312 block->next = scene->data.head;
329 for (block = scene->data.head; block; block = block->next) {
350 for (ref = scene->resources; ref; ref = ref->next) {
351 last = &ref->next;
385 * next resource added which exceeds 64MB in referenced texture
406 for (ref = scene->resources; ref; ref = ref->next) {
418 /** advance curr_x,y to the next bin */
443 * Return pointer to next bin to be rendered.