Searched refs:nir_compare_deref_paths (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_deref.h65 nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path);
H A Dnir_deref.c330 nir_compare_deref_paths(nir_deref_path *a_path, function in typeref:typename:nir_deref_compare_result
499 nir_deref_compare_result result = nir_compare_deref_paths(&a_path, &b_path);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_deref.h72 nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path);
H A Dnir_deref.c465 nir_compare_deref_paths(nir_deref_path *a_path, function in typeref:typename:nir_deref_compare_result
648 nir_deref_compare_result result = nir_compare_deref_paths(&a_path, &b_path);
672 return nir_compare_deref_paths(nir_get_deref_path(mem_ctx, a),

Completed in 4 milliseconds