Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlist.h485 exec_list_move_nodes_to(struct exec_list *list, struct exec_list *target) in exec_list_move_nodes_to() function
542 exec_list_move_nodes_to(source, list); in exec_list_prepend()
658 exec_list_move_nodes_to(this, target); in move_nodes_to()
/third_party/mesa3d/src/compiler/nir/
Dnir_clone.c807 exec_list_move_nodes_to(&src->variables, &dst->variables); in nir_shader_replace()
810 exec_list_move_nodes_to(&src->functions, &dst->functions); in nir_shader_replace()