Searched refs:does_varying_match (Results 1 – 2 of 2) sorted by relevance
867 does_varying_match(nir_variable *out_var, nir_variable *in_var) in does_varying_match() function877 if (does_varying_match(out_var, var)) in get_matching_input_var()936 if (!does_varying_match(out_var, in_var)) in replace_constant_input()988 if (!does_varying_match(dup_out_var, in_var) || in replace_duplicate_input()
2419 - nir: make use of does_varying_match() helper2420 - nir: simplify does_varying_match()