Searched refs:next_plane (Results 1 – 1 of 1) sorted by relevance
1594 struct pipe_resource *next_plane = tex->buffer.b.b.next; in si_texture_from_winsys_buffer() local1595 while (next_plane && !si_texture_is_aux_plane(next_plane)) { in si_texture_from_winsys_buffer()1596 struct si_texture *next_tex = (struct si_texture *)next_plane; in si_texture_from_winsys_buffer()1599 next_plane = next_plane->next; in si_texture_from_winsys_buffer()1604 while (next_plane) { in si_texture_from_winsys_buffer()1605 struct si_auxiliary_texture *ptex = (struct si_auxiliary_texture *)next_plane; in si_texture_from_winsys_buffer()1615 next_plane = next_plane->next; in si_texture_from_winsys_buffer()