Searched defs:nir_phi_src (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir.h1381 } nir_phi_src; typedef in typeref:struct:__anon15950
1384 foreach_list_typed(nir_phi_src, phi_src, node, &(phi)->srcs)
1386 foreach_list_typed_safe(nir_phi_src, phi_src, node, &(phi)->srcs)
1391 struct exec_list srcs; /** < list of nir_phi_src */

Completed in 106 milliseconds