Lines Matching refs:next
13 * The above copyright notice and this permission notice (including the next
577 while (plane && resource->next && !si_texture_is_aux_plane(resource->next)) {
579 resource = resource->next;
677 while (plane && resource->next && !si_texture_is_aux_plane(resource->next)) {
678 resource = resource->next;
1331 last_plane->buffer.b.b.next = &tex->buffer.b.b;
1594 struct pipe_resource *next_plane = tex->buffer.b.b.next;
1599 next_plane = next_plane->next;
1615 next_plane = next_plane->next;