Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c555 for (nir_deref_instr **t_p = a_p; *t_p; t_p++) { in nir_compare_deref_paths() local
556 if ((*t_p)->deref_type == nir_deref_type_cast || in nir_compare_deref_paths()
557 (*t_p)->deref_type == nir_deref_type_ptr_as_array) in nir_compare_deref_paths()
560 for (nir_deref_instr **t_p = b_p; *t_p; t_p++) { in nir_compare_deref_paths() local
561 if ((*t_p)->deref_type == nir_deref_type_cast || in nir_compare_deref_paths()
562 (*t_p)->deref_type == nir_deref_type_ptr_as_array) in nir_compare_deref_paths()