Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_clone.c686 nir_function_clone(nir_shader *ns, const nir_function *fxn) in nir_function_clone() function
722 nir_function *nfxn = nir_function_clone(ns, fxn); in clone_function()
H A Dnir_functions.c365 ncall->callee = nir_function_clone(b->shader, new_func); in lower_calls_vars_instr()
H A Dnir.h5186 nir_function *nir_function_clone(nir_shader *ns, const nir_function *fxn);
/aosp_15_r20/external/mesa3d/src/asahi/clc/
H A Dasahi_clc.c533 nir_call(&b, nir_function_clone(b.shader, func)); in main()