Searched refs:complex_vars (Results 1 – 1 of 1) sorted by relevance
35 struct set *complex_vars = _mesa_pointer_set_create(mem_ctx); in get_complex_used_vars() local53 _mesa_set_add(complex_vars, deref->var); in get_complex_used_vars()58 return complex_vars; in get_complex_used_vars()161 struct set **complex_vars, in split_var_list_structs() argument183 if (*complex_vars == NULL) in split_var_list_structs()184 *complex_vars = get_complex_used_vars(shader, mem_ctx); in split_var_list_structs()189 if (_mesa_set_search(*complex_vars, var)) in split_var_list_structs()312 struct set *complex_vars = NULL; in nir_split_struct_vars() local322 &complex_vars, in nir_split_struct_vars()337 &complex_vars, in nir_split_struct_vars()[all …]