Searched refs:nir_deref_and_path (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_deref.h | 50 } nir_deref_and_path; typedef 62 nir_deref_path *nir_get_deref_path(void *mem_ctx, nir_deref_and_path *deref); 75 nir_deref_and_path *a, 76 nir_deref_and_path *b);
|
D | nir_opt_copy_prop_vars.c | 88 nir_deref_and_path deref; 106 nir_deref_and_path dst; 381 struct copies *copies, nir_deref_and_path *deref) in copies_array_for_deref() 399 struct copies *copies, nir_deref_and_path *deref) in copy_entry_create() 437 is_array_deref_of_vector(const nir_deref_and_path *deref) in is_array_deref_of_vector() 448 nir_deref_and_path *deref, in lookup_entry_for_deref() 476 nir_deref_and_path *deref, in lookup_entry_and_kill_aliases_copy_array() 504 nir_deref_and_path *deref, in lookup_entry_and_kill_aliases() 565 nir_deref_and_path *deref, in kill_aliases() 576 nir_deref_and_path *deref, in get_entry_and_kill_aliases() [all …]
|
D | nir_deref.c | 766 nir_get_deref_path(void *mem_ctx, nir_deref_and_path *deref) in nir_get_deref_path() 777 nir_deref_and_path *a, in nir_compare_derefs_and_paths() 778 nir_deref_and_path *b) in nir_compare_derefs_and_paths()
|
/external/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 2696 - nir/copy_prop_vars: use nir_deref_and_path
|