Searched refs:copy_path (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_split_vars.c981 nir_deref_path copy_path; local in function:mark_deref_used
983 nir_deref_path_init(&copy_path, copy_deref, mem_ctx);
1003 for (; copy_path.path[copy_i + 1]; copy_i++) {
1004 if (copy_path.path[copy_i + 1]->deref_type ==
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_split_vars.c1110 nir_deref_path copy_path; local in function:mark_deref_used
1112 nir_deref_path_init(&copy_path, copy_deref, mem_ctx);
1132 for (; copy_path.path[copy_i + 1]; copy_i++) {
1133 if (copy_path.path[copy_i + 1]->deref_type ==

Completed in 6 milliseconds