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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c238 nir_if *helper_nif = NULL; local in function:optimize_and_rewrite_atomic
241 helper_nif = nir_push_if(b, nir_inot(b, helper));
254 if (helper_nif) {
255 nir_push_else(b, helper_nif);
257 nir_pop_if(b, helper_nif);

Completed in 2 milliseconds