Home
last modified time | relevance | path

Searched refs:does_varying_match (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c867 does_varying_match(nir_variable *out_var, nir_variable *in_var) in does_varying_match() function
877 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()
/external/mesa3d/docs/relnotes/
D19.0.0.rst2419 - nir: make use of does_varying_match() helper
2420 - nir: simplify does_varying_match()