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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_deref.c408 for (nir_deref_instr **t_p = a_p; *t_p; t_p++) { local in function:nir_compare_deref_paths
409 if ((*t_p)->deref_type == nir_deref_type_ptr_as_array)
412 for (nir_deref_instr **t_p = b_p; *t_p; t_p++) { local in function:nir_compare_deref_paths
413 if ((*t_p)->deref_type == nir_deref_type_ptr_as_array)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_deref.c555 for (nir_deref_instr **t_p = a_p; *t_p; t_p++) { local in function:nir_compare_deref_paths
556 if ((*t_p)->deref_type == nir_deref_type_cast ||
557 (*t_p)->deref_type == nir_deref_type_ptr_as_array)
560 for (nir_deref_instr **t_p = b_p; *t_p; t_p++) { local in function:nir_compare_deref_paths
561 if ((*t_p)->deref_type == nir_deref_type_cast ||
562 (*t_p)
[all...]

Completed in 8 milliseconds