Searched refs:next_tex (Results 1 – 2 of 2) sorted by relevance
1449 struct si_texture *next_tex = (struct si_texture *)next_plane; in si_texture_from_winsys_buffer() local1450 ++next_tex->num_planes; in si_texture_from_winsys_buffer()
1864 struct r600_bytecode_tex *tex = NULL, *next_tex; in r600_bytecode_clear() local1874 LIST_FOR_EACH_ENTRY_SAFE(tex, next_tex, &cf->tex, list) { in r600_bytecode_clear()