Home
last modified time | relevance | path

Searched refs:target (Results 2376 - 2400 of 7642) sorted by relevance

1...<<919293949596979899100>>...306

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c244 /* bit 8-15 are repurposed to be PM4 target XCC */ in set_queue_properties_from_user()
483 /* bit 8-15 are repurposed to be PM4 target XCC */ in kfd_ioctl_update_queue()
2628 struct kfd_process *target = NULL; in criu_resume() local
2632 pr_debug("Inside %s, target pid for criu restore: %d\n", __func__, in criu_resume()
2642 target = kfd_lookup_process_by_pid(pid); in criu_resume()
2646 if (!target) { in criu_resume()
2651 mutex_lock(&target->mutex); in criu_resume()
2652 ret = kfd_criu_resume_svm(target); in criu_resume()
2658 ret = amdgpu_amdkfd_criu_resume(target->kgd_process_info); in criu_resume()
2663 mutex_unlock(&target in criu_resume()
2895 struct kfd_process *target = NULL; kfd_ioctl_set_debug_trap() local
[all...]
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_manager.cpp60 void AbilitySliceManager::Present(const AbilitySlice &caller, AbilitySlice &target, const Want &want) in Present() argument
62 abilitySliceScheduler_->AddAbilitySlice(caller, target, want); in Present()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.h28 bool AttachTo(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) override;
29 bool DetachFrom(const META_NS::IAttach::Ptr& target) override;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dresource_container.cpp51 bool AttachTo(const META_NS::IAttach::Ptr& target, const IObject::Ptr& dataContext) override
56 bool DetachFrom(const META_NS::IAttach::Ptr& target) override
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_renderbuffer.h60 void SetTarget(GLenum target) in SetTarget() argument
62 target_ = target; in SetTarget()
H A Dwebgl_buffer.h52 void SetTarget(GLenum target) in SetTarget() argument
54 target_ = target; in SetTarget()
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.h35 static unsigned int CreateFramebufferWithTarget(unsigned int textureId, GLenum target);
46 static GLuint CreateTexWithStorage(GLenum target, int levels, GLenum internalFormat, int width, int height);
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dmsg_head.h43 int32_t target; member
81 std::string target; member
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pid.h28 int additive; /* 1: target relative to previous value */
30 s32 itarget; /* PID input target */
31 s32 min,max; /* min and max target values */
37 s32 target; /* current target value */ member
64 s32 ttarget; /* PID input target */
66 s32 min,max; /* min and max target values */
73 s32 target; /* current target value */ member
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_CLASSIFY.c44 .target = classify_tg,
53 .target = classify_tg,
/kernel/linux/linux-5.10/tools/perf/util/
H A Drecord.h10 #include "util/target.h"
15 struct target target; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm200.c34 gm200_pmu_flcn_bind_inst(struct nvkm_falcon *falcon, int target, u64 addr) in gm200_pmu_flcn_bind_inst() argument
42 nvkm_falcon_wr32(falcon, 0x480, (1 << 30) | (target << 28) | (addr >> 12)); in gm200_pmu_flcn_bind_inst()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_pid.h31 int additive; /* 1: target relative to previous value */
33 s32 itarget; /* PID input target */
34 s32 min,max; /* min and max target values */
40 s32 target; /* current target value */ member
67 s32 ttarget; /* PID input target */
69 s32 min,max; /* min and max target values */
76 s32 target; /* current target value */ member
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_CLASSIFY.c44 .target = classify_tg,
53 .target = classify_tg,
/kernel/linux/linux-6.6/tools/perf/util/
H A Drecord.h10 #include "util/target.h"
15 struct target target; member
/third_party/gn/src/gn/
H A Drust_values.h17 // an action_foreach target.
26 // target type (see InferredCrateType() below).
28 // Shared library crate types must be specified explicitly, all other target
53 // target type.
59 // For unsupported target types and targets without Rust sources,
61 static CrateType InferredCrateType(const Target* target);
63 // Returns whether this target is a Rust rlib, dylib, or proc macro.
70 static bool IsRustLibrary(const Target* target);
H A Dqt_creator_writer.h13 #include "gn/target.h"
35 void HandleTarget(const Target* target);
37 void CollectDeps(const Target* target);
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dutil.hpp47 struct target { struct
48 target(const std::string &s) : in target() function
/third_party/node/test/node-api/test_make_callback/
H A Dtest.js63 const target = vm.runInNewContext(`
70 assert.notStrictEqual(makeCallback(resource, process, target, Object), Object);
/third_party/node/test/addons/make-callback/
H A Dtest.js44 const target = vm.runInNewContext(`
51 assert.notStrictEqual(makeCallback(process, target, Object), Object);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c44 if (prsc->target == PIPE_TEXTURE_3D) { in fd4_setup_slices()
69 if (prsc->target == PIPE_TEXTURE_3D && in fd4_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.h55 const char *src_target = util_str_tex_target((blit)->src.resource->target, true); \
56 const char *dst_target = util_str_tex_target((blit)->dst.resource->target, true); \
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.c11 if (template->target == PIPE_BUFFER) in i915_resource_create()
26 if (template->target == PIPE_BUFFER) in i915_resource_from_handle()
/third_party/rust/crates/bindgen/bindgen/
H A Dfeatures.rs14 /// Represents the version of the Rust language to target.
54 "Got an invalid rust target. Accepted values ", in from_str()
62 fn from(target: RustTarget) -> Self { in from()
63 match target { in from()
90 #[deprecated = "This rust target is deprecated. If you have a good reason to use this target please report it at https://github.com/rust-lang/rust-bindgen/issues"] => Stable_1_0 => 1.0;
93 #[deprecated = "This rust target is deprecated. If you have a good reason to use this target please report it at https://github.com/rust-lang/rust-bindgen/issues"] => Stable_1_17 => 1.17;
96 #[deprecated = "This rust target is deprecated. If you have a good reason to use this target pleas
[all...]
/third_party/skia/src/gpu/
H A DGrEagerVertexAllocator.h40 GrEagerDynamicVertexAllocator(GrMeshDrawTarget* target, in GrEagerDynamicVertexAllocator() argument
43 : fTarget(target) in GrEagerDynamicVertexAllocator()

Completed in 13 milliseconds

1...<<919293949596979899100>>...306