Home
last modified time | relevance | path

Searched refs:dst (Results 3801 - 3825 of 5837) sorted by relevance

1...<<151152153154155156157158159160>>...234

/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3204 InstructionOperand dst = g.DefineAsRegister(node); in VisitS128Const() local
3206 Emit(kX64S128Zero, dst); in VisitS128Const()
3208 Emit(kX64S128AllOnes, dst); in VisitS128Const()
3210 Emit(kX64S128Const, dst, g.UseImmediate(val[0]), g.UseImmediate(val[1]), in VisitS128Const()
3280 // When no-AVX, define dst == src to save a move. in VisitF64x2ReplaceLane()
3281 InstructionOperand dst = in VisitF64x2ReplaceLane() local
3283 Emit(kX64F64x2ReplaceLane, dst, g.UseRegister(node->InputAt(0)), in VisitF64x2ReplaceLane()
3308 InstructionOperand dst = IsSupported(AVX) ? g.DefineAsRegister(node) \
3311 Emit(kX64##Opcode, dst, g.UseRegister(node->InputAt(0)), \
3314 Emit(kX64##Opcode, dst,
3383 InstructionOperand dst = VisitS128Select() local
3433 InstructionOperand dst = VisitI64x2ShrS() local
3759 InstructionOperand dst = VisitI8x16Shuffle() local
3865 InstructionOperand dst = selector->IsSupported(AVX) VisitMinOrMax() local
3914 InstructionOperand dst = CpuFeatures::IsSupported(AVX) VisitI32x4ExtAddPairwiseI16x8S() local
3922 InstructionOperand dst = CpuFeatures::IsSupported(AVX) VisitI32x4ExtAddPairwiseI16x8U() local
3937 InstructionOperand dst = CpuFeatures::IsSupported(AVX) VisitI16x8ExtAddPairwiseI8x16U() local
3952 InstructionOperand dst = VisitF64x2ConvertLowI32x4U() local
3971 InstructionOperand dst = CpuFeatures::IsSupported(AVX) VisitI32x4TruncSatF64x2UZero() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp2192 TIntermAggregate* dst = new TIntermAggregate(EOpConstructVec4); in transformEntryPoint() local
2193 dst->getSequence().push_back(pos_xyz); in transformEntryPoint()
2194 dst->getSequence().push_back(recip_w); in transformEntryPoint()
2195 dst->setType(TType(EbtFloat, EvqTemporary, 4)); in transformEntryPoint()
2196 dst->setLoc(loc); in transformEntryPoint()
2197 input = dst; in transformEntryPoint()
5044 TIntermAggregate* dst = new TIntermAggregate(EOpConstructVec4); in decomposeIntrinsic() local
5046 dst->getSequence().push_back(intermediate.addConstantUnion(1.0, EbtFloat, loc, true)); in decomposeIntrinsic()
5047 dst->getSequence().push_back(handleBinaryMath(loc, "mul", EOpMul, src0y, src1y)); in decomposeIntrinsic()
5048 dst in decomposeIntrinsic()
5175 TIntermAggregate* dst = new TIntermAggregate(EOpConstructVec4); decomposeIntrinsic() local
6786 mergeQualifiers(TQualifier& dst, const TQualifier& src) mergeQualifiers() argument
7486 mergeObjectLayoutQualifiers(TQualifier& dst, const TQualifier& src, bool inheritOnly) mergeObjectLayoutQualifiers() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dmd5.h98 * \param dst The destination context
106 void mbedtls_md5_clone( mbedtls_md5_context *dst,
H A Dmd4.h99 * \param dst The destination context
107 void mbedtls_md4_clone( mbedtls_md4_context *dst,
H A Dmd2.h99 * \param dst The destination context
107 void mbedtls_md2_clone( mbedtls_md2_context *dst,
H A Dsha1.h110 * \param dst The SHA-1 context to clone to. This must be initialized.
114 void mbedtls_sha1_clone( mbedtls_sha1_context *dst,
H A Dripemd160.h80 * \param dst The destination context
83 void mbedtls_ripemd160_clone( mbedtls_ripemd160_context *dst,
H A Dsha512.h92 * \param dst The destination context. This must be initialized.
95 void mbedtls_sha512_clone( mbedtls_sha512_context *dst,
H A Dsha256.h91 * \param dst The destination context. This must be initialized.
94 void mbedtls_sha256_clone( mbedtls_sha256_context *dst,
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dzchar_wrapper.h47 static void WriteUTF8Bytes(char *dst, /* [in] */
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_pixel_map.h41 MOCK_METHOD(void, SavePixelMapToFile, (const std::string& dst), (const override));
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_matrix.h65 void MapPoints(std::vector<TestingPoint>& dst, const std::vector<TestingPoint>& src, uint32_t count) const {} in MapPoints() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe.h40 const SvgColorInterpolationType& src, const SvgColorInterpolationType& dst);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_fly_out_shader_filter.h36 const Drawing::Rect& src, const Drawing::Rect& dst) const override;
H A Drs_pixel_map_util.h40 Drawing::Rect& src, Drawing::Rect& dst, Drawing::Canvas& canvas);
H A Drs_skia_filter.h35 const Drawing::Rect& src, const Drawing::Rect& dst) const;
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_grey_shader_filter.cpp37 const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) in ProcessImage()
36 ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) ProcessImage() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_pen.h355 * @param dst Indicates the resulting Path.
364 bool OH_Drawing_PenGetFillPath(OH_Drawing_Pen*, const OH_Drawing_Path* src, OH_Drawing_Path* dst,
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dlayer_context.h34 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_yuv_ext.h47 int32_t ColorSpaceBGRAToYuv(uint8_t *bgraData, SkTransYuvInfo &dst, ImageInfo &imageInfo, PixelFormat &format,
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.h42 ErrorCode Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) override;
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.h41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.h41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.h37 ErrorCode Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) override;
/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_test_utils.h41 static bool SizeEqual(const Media::Size dst, const Media::Size cur);

Completed in 25 milliseconds

1...<<151152153154155156157158159160>>...234