Searched refs:dest_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
1313 nir_block *dest_blk = dest_if_then ? nir_if_last_then_block(dest_if)
1314 : nir_if_last_else_block(dest_if);
/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
1262 nir_block *dest_blk = dest_if_then ? nir_if_last_then_block(dest_if)
1263 : nir_if_last_else_block(dest_if);

Completed in 5 milliseconds