Home
last modified time | relevance | path

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

/external/mesa3d/src/asahi/lib/
Dagx_nir_lower_tess.c248 nir_function *vs_function = nir_function_create(tcs, "vertex"); in agx_nir_lower_tcs() local
249 vs_function->impl = nir_function_impl_clone(tcs, vs_entry); in agx_nir_lower_tcs()
250 vs_function->impl->function = vs_function; in agx_nir_lower_tcs()
266 vs_function->impl, agx_lower_output_to_var, in agx_nir_lower_tcs()
276 nir_inline_function_impl(b, vs_function->impl, NULL, NULL); in agx_nir_lower_tcs()
295 exec_node_remove(&vs_function->node); in agx_nir_lower_tcs()