Searched refs:nir_function_clone (Results 1 – 4 of 4) sorted by relevance
658 nir_function_clone(nir_shader *ns, const nir_function *fxn) in nir_function_clone() function684 nir_function *nfxn = nir_function_clone(ns, fxn); in clone_function()
336 ncall->callee = nir_function_clone(b->shader, new_func); in lower_calls_vars_instr()
4827 nir_function *nir_function_clone(nir_shader *ns, const nir_function *fxn);
506 nir_call(&b, nir_function_clone(b.shader, func)); in main()