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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c1309 simple_merge_if(nir_if *dest_if, nir_if *src_if, bool dest_if_then, argument
1316 struct exec_list *list = src_if_then ? &src_if->then_list
1317 : &src_if->else_list;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_if.c1258 simple_merge_if(nir_if *dest_if, nir_if *src_if, bool dest_if_then, argument
1265 struct exec_list *list = src_if_then ? &src_if->then_list
1266 : &src_if->else_list;

Completed in 5 milliseconds