Searched refs:gpir_dep (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 147 } gpir_dep; typedef in typeref:struct:__anonaa794bbb0408 341 gpir_dep *gpir_node_add_dep(gpir_node *succ, gpir_node *pred, int type); 344 void gpir_node_replace_pred(gpir_dep *dep, gpir_node *new_pred); 352 list_for_each_entry(gpir_dep, dep, &node->succ_list, succ_link) 354 list_for_each_entry_safe(gpir_dep, dep, &node->succ_list, succ_link) 356 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link) 358 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
|
| H A D | node.c | 307 gpir_dep *gpir_node_add_dep(gpir_node *succ, gpir_node *pred, int type) 327 gpir_dep *dep = ralloc(succ, gpir_dep); 365 void gpir_node_replace_pred(gpir_dep *dep, gpir_node *new_pred)
|
| H A D | scheduler.c | 82 static int gpir_min_dist_alu(gpir_dep *dep) 99 static int gpir_get_min_dist(gpir_dep *dep) 165 static int gpir_max_dist_alu(gpir_dep *dep) 197 static int gpir_get_max_dist(gpir_dep *dep)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 146 } gpir_dep; typedef in typeref:struct:__anon1917146e0408 436 gpir_dep *gpir_node_add_dep(gpir_node *succ, gpir_node *pred, int type); 439 void gpir_node_replace_pred(gpir_dep *dep, gpir_node *new_pred); 447 list_for_each_entry(gpir_dep, dep, &node->succ_list, succ_link) 449 list_for_each_entry_safe(gpir_dep, dep, &node->succ_list, succ_link) 451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link) 453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
|
| H A D | node.c | 330 gpir_dep *gpir_node_add_dep(gpir_node *succ, gpir_node *pred, int type) 350 gpir_dep *dep = ralloc(succ, gpir_dep); 392 void gpir_node_replace_pred(gpir_dep *dep, gpir_node *new_pred)
|
| H A D | scheduler.c | 228 static int gpir_min_dist_alu(gpir_dep *dep) 245 static int gpir_get_min_dist(gpir_dep *dep) 296 static int gpir_max_dist_alu(gpir_dep *dep) 328 static int gpir_get_max_dist(gpir_dep *dep) 701 static bool pred_almost_ready(gpir_dep *dep)
|
Completed in 8 milliseconds