Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Ddag.c39 child->parent_count++; in append_edge()
94 child->parent_count--; in dag_remove_edge()
95 if (child->parent_count == 0) in dag_remove_edge()
109 assert(!node->parent_count); in dag_prune_head()
Ddag.h46 uint32_t parent_count; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp75 int parent_count; member in schedule_node
970 this->parent_count = 0; in schedule_node()
1081 after->parent_count++; in add_dep()
1764 if (n->parent_count != 0) in schedule_instructions()
1816 fprintf(stderr, "\tchild %d, %d parents: ", i, child->parent_count); in schedule_instructions()
1821 child->parent_count--; in schedule_instructions()
1822 if (child->parent_count == 0) { in schedule_instructions()
/third_party/mesa3d/src/compiler/nir/
Dnir_schedule.c830 fprintf(stderr, " -> (%d parents) ", child->dag.parent_count); in dump_state()
958 if (child->dag.parent_count == 1) { in nir_schedule_mark_node_scheduled()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c545 child->dag.parent_count); in dump_state()
Dvc4_qpu_schedule.c702 child->dag.parent_count, in dump_state()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_postsched.c173 di(child->instr, " -> (%d parents) ", child->dag.parent_count); in dump_state()
Dir3_sched.c870 di(child->instr, " -> (%d parents) ", child->dag.parent_count); in dump_state()
/third_party/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c1350 child->dag.parent_count, in dump_state()