Home
last modified time | relevance | path

Searched defs:dependents (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrRenderTask.h81 SkSpan<GrRenderTask*> dependents() { return SkMakeSpan(fDependents); } in dependents() function
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c75 BITSET_WORD *dependents = instructions[*parent]->dependents; in add_dependency() local
156 BITSET_WORD *dependents = instructions[prev]->dependents; in mir_create_dependency_graph() local
189 BITSET_WORD *dependents = instructions[count - 1]->dependents; in mir_create_dependency_graph() local
Dcompiler.h169 BITSET_WORD *dependents; member
/third_party/ninja/src/
Dbuild.cc377 set<Node*> dependents; in RefreshDyndepDependents() local
420 void Plan::UnmarkDependents(const Node* node, set<Node*>* dependents) { in UnmarkDependents()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c47 BITSET_WORD **dependents; member
177 BITSET_WORD **dependents, unsigned *dep_counts) in bi_push_dependency()
187 BITSET_WORD **dependents, unsigned *dep_counts) in add_dependency()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h63323 struct list_head dependents; member