Home
last modified time | relevance | path

Searched defs:deps (Results 1 - 25 of 104) sorted by relevance

12345

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js[all...]
/third_party/gn/src/gn/
H A Dresolved_target_deps_unittest.cc10 ResolvedTargetDeps deps; in TEST() local
[all...]
H A Dtoolchain.h78 const LabelTargetVector& deps() const { return deps_; } in deps() function in Toolchain
79 LabelTargetVector& deps() { return deps_; } in deps() function in Toolchain
H A Dresolved_target_data.cc103 ComputeInheritedLibsFor( base::span<const Target*> deps, bool is_public, TargetPublicPairListBuilder* inherited_libraries) const ComputeInheritedLibsFor() argument
186 ComputeRustLibsFor(base::span<const Target*> deps, bool is_public, RustLibsBuilder* rust_libs) const ComputeRustLibsFor() argument
[all...]
H A Dninja_rust_binary_target_writer.cc258 WriteExternsAndDeps( const std::vector<const Target*>& deps, const std::vector<ExternCrate>& transitive_rust_deps, const std::vector<OutputFile>& rustdeps, const std::vector<OutputFile>& nonrustdeps) WriteExternsAndDeps() argument
H A Druntime_deps.cc33 AddIfNew(const OutputFile& output_file, const Target* source, RuntimeDepsVector* deps, std::set<OutputFile>* found_file) AddIfNew() argument
43 AddIfNew(const std::string& str, const Target* source, RuntimeDepsVector* deps, std::set<OutputFile>* found_file) AddIfNew() argument
59 RecursiveCollectRuntimeDeps(const Target* target, bool is_target_data_dep, RuntimeDepsVector* deps, std::map<const Target*, bool>* seen_targets, std::set<OutputFile>* found_files) RecursiveCollectRuntimeDeps() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile
/third_party/ninja/src/
H A Ddeps_log.h104 const std::vector<Deps*>& deps() const { return deps_; } in deps() function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkTimelineSemaphore.hpp132 marl::containers::vector<std::shared_ptr<Shared>, 1> deps; member
/kernel/linux/linux-6.6/samples/hid/
H A DMakefile
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_deps.c36 static void i915_deps_reset_fences(struct i915_deps *deps) in i915_deps_reset_fences() argument
50 void i915_deps_init(struct i915_deps *deps, gfp_ argument
64 i915_deps_fini(struct i915_deps *deps) i915_deps_fini() argument
75 i915_deps_grow(struct i915_deps *deps, struct dma_fence *fence, const struct ttm_operation_ctx *ctx) i915_deps_grow() argument
132 i915_deps_sync(const struct i915_deps *deps, const struct ttm_operation_ctx *ctx) i915_deps_sync() argument
176 i915_deps_add_dependency(struct i915_deps *deps, struct dma_fence *fence, const struct ttm_operation_ctx *ctx) i915_deps_add_dependency() argument
222 i915_deps_add_resv(struct i915_deps *deps, struct dma_resv *resv, const struct ttm_operation_ctx *ctx) i915_deps_add_resv() argument
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform.cc64 Requires(CloneContext& ctx, std::initializer_list<const ::tint::TypeInfo*> deps) Requires() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd_debugfs.c95 static void kbasep_jd_debugfs_atom_deps(struct kbase_jd_debugfs_depinfo *deps, struct kbase_jd_atom *atom) in kbasep_jd_debugfs_atom_deps() argument
156 struct kbase_jd_debugfs_depinfo deps[2]; in kbasep_jd_debugfs_atoms_show() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd_debugfs.c177 struct kbase_jd_debugfs_depinfo deps[2]; in kbasep_jd_debugfs_atoms_show() local
112 kbasep_jd_debugfs_atom_deps( struct kbase_jd_debugfs_depinfo *deps, struct kbase_jd_atom *atom) kbasep_jd_debugfs_atom_deps() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd_debugfs.c103 static void kbasep_jd_debugfs_atom_deps(struct kbase_jd_debugfs_depinfo *deps, struct kbase_jd_atom *atom) in kbasep_jd_debugfs_atom_deps() argument
164 struct kbase_jd_debugfs_depinfo deps[2]; in kbasep_jd_debugfs_atoms_show() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd_debugfs.c170 struct kbase_jd_debugfs_depinfo deps[2]; in kbasep_jd_debugfs_atoms_show() local
105 kbasep_jd_debugfs_atom_deps( struct kbase_jd_debugfs_depinfo *deps, struct kbase_jd_atom *atom) kbasep_jd_debugfs_atom_deps() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.hpp84 mutable std::vector<intrusive_ref<event>> deps; member in clover::event
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-info.cc68 compiler::CompilationDependencies* deps = in MAGLEV_COMPILATION_FLAG_LIST() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_helper_invocations.c163 mir_helper_block_update(BITSET_WORD *deps, pan_block *_block, unsigned temp_count) in mir_helper_block_update() argument
192 BITSET_WORD *deps = calloc(sizeof(BITSET_WORD), BITSET_WORDS(temp_count)); in mir_analyze_helper_requirements() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextdependency.py192 deps = ApiDependencies(args.registry) variable
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Devent.h123 containers::vector<std::shared_ptr<Shared>, 1> deps; member
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go
/third_party/skia/bin/
H A Dfetch-sk44 deps = f.read().decode() variable

Completed in 10 milliseconds

12345