Home
last modified time | relevance | path

Searched refs:target (Results 1701 - 1725 of 4847) sorted by relevance

1...<<61626364656667686970>>...194

/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()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djutils.c150 jzero_far(void *target, size_t bytestozero) in jzero_far() argument
154 MEMZERO(target, bytestozero); in jzero_far()
/third_party/skia/third_party/externals/brotli/js/
H A Dpolyfill.js18 Array.prototype.copyWithin = function(target, start, end) {
21 var to = target | 0;
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dverify_hmtx.cc70 bool VerifyHMTX(Table* original, Table* target) { in VerifyHMTX() argument
72 EXPECT_TRUE(VerifyHMTX(target)); in VerifyHMTX()
H A Dverify_maxp.cc66 bool VerifyMAXP(Table* original, Table* target) { in VerifyMAXP() argument
68 EXPECT_TRUE(VerifyMAXP(target)); in VerifyMAXP()
H A Dverify_name.cc62 bool VerifyNAME(Table* original, Table* target) { in VerifyNAME() argument
64 EXPECT_TRUE(VerifyNAME(target)); in VerifyNAME()
/third_party/skia/experimental/graphite/src/
H A DDrawPass.h53 TextureProxy* target() const { return fTarget.get(); } in target() function in skgpu::DrawPass
72 // has already begun a correctly configured render pass matching this pass's target.
78 DrawPass(sk_sp<TextureProxy> target,
/third_party/rust/crates/syn/
H A Dbuild.rs53 if let Some(target) = env::var_os("TARGET") { in unstable()
54 cmd.arg("--target").arg(target); in unstable()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp171 const Target *target = insn->bb->getProgram()->getTarget(); in mayReplace() local
189 if (!target->isModSupported(insn, s, rep.mod)) in mayReplace()
937 for (unsigned int c = 0; c < tex->tex.target.getDim(); ++c) { in clone()
1128 target.fn = reinterpret_cast<Function *>(targ); in FlowInstruction()
1130 target.bb = reinterpret_cast<BasicBlock *>(targ); in FlowInstruction()
1156 flow->target.builtin = target.builtin; in clone()
1159 flow->target.fn = target.fn; in clone()
1161 if (target in clone()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dshow-parse.c42 #include "target.h"
628 int val, target; in show_statement() local
642 target = new_label(); in show_statement()
643 printf("\tje\t\tv%d,.L%d\n", val, target); in show_statement()
648 printf(".L%d:\n", target); in show_statement()
649 target = last; in show_statement()
652 printf(".L%d:\n", target); in show_statement()
820 int target = show_expression(expr->base); in show_slice() local
822 printf("\tslice.%d\t\tv%d,v%d,%d\n", expr->ctype->bit_size, target, new, expr->r_bitpos); in show_slice()
828 int target in show_regular_preop() local
869 struct expression *target = expr->left; show_assignment() local
885 struct symbol *target = stmt->ret_target; show_return_stmt() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1083 // vertexCount * uint32_t * morphTargetCount, index/indexOffset to sparse target data in CalculateSizes()
1085 // vertexCount * MorphInputData * morphTargetCount, target data in CalculateSizes()
1296 // 32bit index/offset for each vertex in each morph target in SetMorphTargetData()
1301 // Data struct (pos, nor, tan) for each vertex. total amount is target size for each target data and one in SetMorphTargetData()
1344 // Actual buffer size based on the offset and size of the last morph target. in SetMorphTargetData()
1744 auto target = startTarget; in GatherDeltasP() local
1746 // for each vertex in target check that position, normal and tangent deltas are non-zero. in GatherDeltasP()
1758 target->pos = Math::Vec4(pos, static_cast<float>(vertex)); in GatherDeltasP()
1759 ++target; in GatherDeltasP()
1770 auto target = startTarget; GatherDeltasP() local
1836 auto target = startTarget; GatherDeltasPN() local
1870 auto target = startTarget; GatherDeltasPN() local
1966 auto target = startTarget; GatherDeltasPNT() local
2005 auto target = startTarget; GatherDeltasPNT() local
[all...]
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dbase_utility_unit_test.cpp281 std::string target = "123456abcdefh";
285 auto ret = StringUtil::FindMatchSubString(target, begin1, offset, end1);
289 ret = StringUtil::FindMatchSubString(target, begin2, offset, end1);
292 ret = StringUtil::FindMatchSubString(target, begin2, offset, end2);
294 ret = StringUtil::FindMatchSubString(target, begin1, offset1, end1);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp279 bool NotificationContent::ConvertJsonToContent(NotificationContent *target, const nlohmann::json &jsonObject) in ConvertJsonToContent() argument
281 if (target == nullptr) { in ConvertJsonToContent()
291 target->contentType_ = static_cast<NotificationContent::Type>(contentType.get<int32_t>()); in ConvertJsonToContent()
300 switch (target->contentType_) { in ConvertJsonToContent()
330 target->content_ = std::shared_ptr<NotificationBasicContent>(pBasicContent); in ConvertJsonToContent()
/base/update/updater/services/fs_manager/
H A Dmount.cpp126 static int MountNtfsWithRetry(std::string source, std::string target) in MountNtfsWithRetry() argument
129 const_cast<char *>(source.c_str()), const_cast<char *>(target.c_str()), nullptr}; in MountNtfsWithRetry()
152 LOG(INFO) << "success to mount " << source << " on " << target; in MountNtfsWithRetry() local
156 LOG(ERROR) << "SD card never insert, dont try again, failed to mount " << source << " on " << target; in MountNtfsWithRetry() local
161 LOG(ERROR) << "failed to mount " << source << " on " << target << ", errno is " << errno; in MountNtfsWithRetry()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.cpp118 RefPtr<NG::UINode> target = nullptr; in ScrollUntilExistImpl() local
126 target = current; in ScrollUntilExistImpl()
135 if (target) { in ScrollUntilExistImpl()
136 const RefPtr<NG::FrameNode>& frameNode = AceType::DynamicCast<NG::FrameNode>(target); in ScrollUntilExistImpl()
140 componentTestComponentImpl->SetUiNode(target); in ScrollUntilExistImpl()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_judge_function.cpp96 JSRef<JSObject> target = objectTemplate->NewInstance(); in CreateEventTargetObject() local
110 target->SetPropertyObject("area", area); in CreateEventTargetObject()
111 return target; in CreateEventTargetObject()
206 auto target = CreateEventTargetObject(info); in CreateGestureEventObject() local
207 obj->SetPropertyObject("target", target); in CreateGestureEventObject()
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/
H A Dindex.js187 otherCheckbox.checked = event.target.checked;
193 if (event.target.checked) {
209 if (event.target.textContent === '-') {
231 isFoldStatus ? event.target.textContent = '+' : event.target.textContent = '-';
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_cpu_overdraw_canvas_listener.cpp196 Drawing::Region target; in AppendRegion() local
200 target.SetPath(path, drRegion); in AppendRegion()
203 if (regions_[i].IsIntersects(target)) { in AppendRegion()
205 regi.Op(target, Drawing::RegionOp::INTERSECT); in AppendRegion()
209 regions_[1].Op(target, Drawing::RegionOp::UNION); in AppendRegion()
/third_party/ffmpeg/libavcodec/
H A Dra144.c1527 * Copy the last offset values of *source to *target. If those values are not
1528 * enough to fill the target buffer, fill it with another copy of those values.
1530 void ff_copy_and_dup(int16_t *target, const int16_t *source, int offset) in ff_copy_and_dup() argument
1534 memcpy(target, source, FFMIN(BLOCKSIZE, offset)*sizeof(*target)); in ff_copy_and_dup()
1536 memcpy(target + offset, source, (BLOCKSIZE - offset)*sizeof(*target)); in ff_copy_and_dup()
/third_party/curl/tests/
H A Dtestcurl.pl58 # --target=[your os] Specify your target environment.
84 # or if we got a specific target option or setup file option.
94 if ($ARGV[0] =~ /--target=/) {
153 # If no target defined on Win32 lets assume vc
185 my $target = $_[0];
187 foreach (glob($target)) {
192 system("rm -rf $target");
197 my ($target, $fn) = @_;
200 if (/$target/) {
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_liveness.cpp153 live = n.target->live_before; in visit()
154 process_phi_branch(n.target->loop_phi, n.rep_id); in visit()
162 live = n.target->live_after; in visit()
163 if(n.target->phi) in visit()
164 process_phi_branch(n.target->phi, n.dep_id); in visit()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c92 /* We must set the correct texture target and dimensions for a 3D box. */ in virgl_init_temp_resource_from_box()
94 res->target = orig->target; in virgl_init_temp_resource_from_box()
96 res->target = PIPE_TEXTURE_2D; in virgl_init_temp_resource_from_box()
98 if (res->target != PIPE_BUFFER) in virgl_init_temp_resource_from_box()
101 switch (res->target) { in virgl_init_temp_resource_from_box()

Completed in 18 milliseconds

1...<<61626364656667686970>>...194