Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A 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()
H A Ddag.h46 uint32_t parent_count; member
/third_party/mesa3d/src/intel/compiler/
H A 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)
1816 fprintf(stderr, "\tchild %d, %d parents: ", i, child->parent_count);
1821 child->parent_count--;
1822 if (child->parent_count == 0) {
/third_party/mesa3d/src/compiler/nir/
H A 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/
H A Dvc4_qir_schedule.c545 child->dag.parent_count); in dump_state()
H A Dvc4_qpu_schedule.c702 child->dag.parent_count, in dump_state()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_postsched.c173 di(child->instr, " -> (%d parents) ", child->dag.parent_count); in dump_state()
H A Dir3_sched.c870 di(child->instr, " -> (%d parents) ", child->dag.parent_count); in dump_state()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1350 child->dag.parent_count, in dump_state()

Completed in 13 milliseconds