Home
last modified time | relevance | path

Searched refs:compare_deref_paths (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D22.1.3.rst124 - nir/deref: Break out a helper for compare_deref_paths
125 - nir/deref: Use an index in compare_deref_paths
126 - nir/deref: Make compare_deref_paths take a stop callback
127 - nir/deref: Re-arrange variable checks in compare_deref_paths
D22.2.0.rst2869 - nir/deref: Break out a helper for compare_deref_paths
2870 - nir/deref: Use an index in compare_deref_paths
2871 - nir/deref: Make compare_deref_paths take a stop callback
2872 - nir/deref: Re-arrange variable checks in compare_deref_paths
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c456 compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path, in compare_deref_paths() function
613 binding_compare = compare_deref_paths(a_path, b_path, &path_idx, in nir_compare_deref_paths()
677 return compare_deref_paths(a_path, b_path, &path_idx, NULL); in nir_compare_deref_paths()