/third_party/skia/src/gpu/mock/ |
H A D | GrMockRenderTask.h | 21 void addDependency(GrRenderTask* dep) { fDependencies.push_back(dep); } in addDependency() argument
|
/third_party/skia/bench/ |
H A D | TopoSortBench.cpp | 39 int dep = fRand.nextU() % i; variable
|
/third_party/gn/src/gn/ |
H A D | builder_record.cc | 71 bool BuilderRecord::OnResolvedDep(const BuilderRecord* dep) { in OnResolvedDep() argument 81 BuilderRecord* dep = *it; in GetSortedUnresolvedDeps() local
|
H A D | ninja_target_writer_unittest.cc | 116 std::vector<OutputFile> dep = in TEST() local 130 std::vector<OutputFile> dep = in TEST() local 161 std::vector<OutputFile> dep = TEST() local 197 std::vector<OutputFile> dep = TEST() local [all...] |
H A D | rust_project_writer_helpers_unittest.cc | 32 Crate dep = Crate(SourceFile("/root/tortoise/lib.rs"), std::nullopt, 0, in TEST_F() local
|
H A D | build_settings.cc | 99 bool BuildSettings::GetPrivateDepsLabel(const Value& dep, std::string& label, in GetPrivateDepsLabel() argument
|
H A D | ninja_rust_binary_target_writer.cc | 184 const Target* dep = inherited.target(); in Run() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce_50.c | 73 unsigned dep, bs_idx = enc->bs_idx++; in encode() local
|
H A D | radeon_vce_40_2_2.c | 45 static void task_info(struct rvce_encoder *enc, uint32_t op, uint32_t dep, uint32_t fb_idx, in task_info() argument
|
H A D | radeon_vce_52.c | 216 unsigned dep, bs_idx = enc->bs_idx++; in encode() local 584 static void task_info(struct rvce_encoder *enc, uint32_t op, uint32_t dep, uint32_t fb_idx, in task_info() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | bind.cpp | 77 bool Bind::AddDependency(const INotifyOnChange::ConstPtr& dep) in AddDependency() argument 88 bool Bind::RemoveDependency(const INotifyOnChange::ConstPtr& dep) in RemoveDependency() argument
|
/third_party/node/deps/openssl/openssl/Configurations/platform/ |
H A D | BASE.pm | 44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname subroutine
|
/third_party/openssl/Configurations/platform/ |
H A D | BASE.pm | 44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname subroutine
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | control_dependence.cpp | 71 std::ostream& operator<<(std::ostream& os, const ControlDependence& dep) { in operator <<() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | control_dependence.cpp | 71 std::ostream& operator<<(std::ostream& os, const ControlDependence& dep) { in operator <<() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | control_dependence.cpp | 68 std::ostream& operator<<(std::ostream& os, const ControlDependence& dep) { in operator <<() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | gadget.h | 84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local 99 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_cancelled_request() local 125 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index() argument [all...] |
H A D | debug.h | 420 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_create_endpoint_dir() argument
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | readdir.c | 113 struct xfs_dir2_data_entry *dep = bp->b_addr + off; in xchk_dir_walk_block() local 202 struct xfs_dir2_data_entry *dep; in xchk_dir_walk_leaf() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | gadget.h | 84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local 101 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_cancelled_request() local 130 dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) dwc3_gadget_ep_get_transfer_index() argument [all...] |
H A D | debug.h | 423 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_create_endpoint_dir() argument 425 static inline void dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_remove_endpoint_dir() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.c | 228 struct fd_batch *dep; variable 231 fd_batch_flush(dep); variable 242 struct fd_batch *dep; in batch_reset_dependencies() local 397 struct fd_batch *dep; in recursive_dependents_mask() local 407 fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) fd_batch_add_dep() argument 477 struct fd_batch *dep; fd_batch_resource_write() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | node.c | 353 gpir_dep *dep = ralloc(succ, gpir_dep); in gpir_node_add_dep() local 395 gpir_node_replace_pred(gpir_dep *dep, gpir_node *new_pred) gpir_node_replace_pred() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | lower.c | 253 ppir_dep *dep = ppir_dep_for_pred(node, pred); in ppir_lower_select() local
|
H A D | instr.c | 53 ppir_dep *dep = ralloc(succ, ppir_dep); in ppir_instr_add_dep() local
|