Home
last modified time | relevance | path

Searched refs:nir_function_clone (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_clone.c658 nir_function_clone(nir_shader *ns, const nir_function *fxn) in nir_function_clone() function
684 nir_function *nfxn = nir_function_clone(ns, fxn); in clone_function()
Dnir_functions.c336 ncall->callee = nir_function_clone(b->shader, new_func); in lower_calls_vars_instr()
Dnir.h4827 nir_function *nir_function_clone(nir_shader *ns, const nir_function *fxn);
/external/mesa3d/src/asahi/clc/
Dasahi_clc.c506 nir_call(&b, nir_function_clone(b.shader, func)); in main()