Searched refs:_ppir_node_replace_child (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | node.c | 417 static void _ppir_node_replace_child(ppir_src *src, ppir_node *old_child, ppir_node *new_child) function in typeref:typename:void 432 _ppir_node_replace_child(alu->src + i, old_child, new_child); 439 _ppir_node_replace_child(branch->src + i, old_child, new_child); 445 _ppir_node_replace_child(&load->src, old_child, new_child); 452 _ppir_node_replace_child(ppir_node_get_src(parent, i), old_child, new_child); 458 _ppir_node_replace_child(&store->src, old_child, new_child);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | node.c | 354 static void _ppir_node_replace_child(ppir_src *src, ppir_node *old_child, ppir_node *new_child) function in typeref:typename:void 368 _ppir_node_replace_child(alu->src + i, old_child, new_child); 372 _ppir_node_replace_child(&store->src, old_child, new_child);
|
Completed in 3 milliseconds