/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_chardev.c | 244 /* 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 D | ability_slice_manager.cpp | 60 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 D | connector.h | 28 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 D | resource_container.cpp | 51 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 D | webgl_renderbuffer.h | 60 void SetTarget(GLenum target) in SetTarget() argument 62 target_ = target; in SetTarget()
|
H A D | webgl_buffer.h | 52 void SetTarget(GLenum target) in SetTarget() argument 54 target_ = target; in SetTarget()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.h | 35 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 D | msg_head.h | 43 int32_t target; member 81 std::string target; member
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_pid.h | 28 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 D | xt_CLASSIFY.c | 44 .target = classify_tg, 53 .target = classify_tg,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | record.h | 10 #include "util/target.h" 15 struct target target; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gm200.c | 34 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 D | windfarm_pid.h | 31 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 D | xt_CLASSIFY.c | 44 .target = classify_tg, 53 .target = classify_tg,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | record.h | 10 #include "util/target.h" 15 struct target target; member
|
/third_party/gn/src/gn/ |
H A D | rust_values.h | 17 // 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 D | qt_creator_writer.h | 13 #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 D | util.hpp | 47 struct target { struct 48 target(const std::string &s) : in target() function
|
/third_party/node/test/node-api/test_make_callback/ |
H A D | test.js | 63 const target = vm.runInNewContext(` 70 assert.notStrictEqual(makeCallback(resource, process, target, Object), Object);
|
/third_party/node/test/addons/make-callback/ |
H A D | test.js | 44 const target = vm.runInNewContext(` 51 assert.notStrictEqual(makeCallback(process, target, Object), Object);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_resource.c | 44 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 D | freedreno_blitter.h | 55 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 D | i915_resource.c | 11 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 D | features.rs | 14 /// 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 D | GrEagerVertexAllocator.h | 40 GrEagerDynamicVertexAllocator(GrMeshDrawTarget* target, in GrEagerDynamicVertexAllocator() argument 43 : fTarget(target) in GrEagerDynamicVertexAllocator()
|