/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3204 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 D | hlslParseHelper.cpp | 2192 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 D | md5.h | 98 * \param dst The destination context 106 void mbedtls_md5_clone( mbedtls_md5_context *dst,
|
H A D | md4.h | 99 * \param dst The destination context 107 void mbedtls_md4_clone( mbedtls_md4_context *dst,
|
H A D | md2.h | 99 * \param dst The destination context 107 void mbedtls_md2_clone( mbedtls_md2_context *dst,
|
H A D | sha1.h | 110 * \param dst The SHA-1 context to clone to. This must be initialized. 114 void mbedtls_sha1_clone( mbedtls_sha1_context *dst,
|
H A D | ripemd160.h | 80 * \param dst The destination context 83 void mbedtls_ripemd160_clone( mbedtls_ripemd160_context *dst,
|
H A D | sha512.h | 92 * \param dst The destination context. This must be initialized. 95 void mbedtls_sha512_clone( mbedtls_sha512_context *dst,
|
H A D | sha256.h | 91 * \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 D | zchar_wrapper.h | 47 static void WriteUTF8Bytes(char *dst, /* [in] */
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_pixel_map.h | 41 MOCK_METHOD(void, SavePixelMapToFile, (const std::string& dst), (const override));
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_matrix.h | 65 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 D | svg_fe.h | 40 const SvgColorInterpolationType& src, const SvgColorInterpolationType& dst);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_fly_out_shader_filter.h | 36 const Drawing::Rect& src, const Drawing::Rect& dst) const override;
|
H A D | rs_pixel_map_util.h | 40 Drawing::Rect& src, Drawing::Rect& dst, Drawing::Canvas& canvas);
|
H A D | rs_skia_filter.h | 35 const Drawing::Rect& src, const Drawing::Rect& dst) const;
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_grey_shader_filter.cpp | 37 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 D | drawing_pen.h | 355 * @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 D | layer_context.h | 34 LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType);
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_yuv_ext.h | 47 int32_t ColorSpaceBGRAToYuv(uint8_t *bgraData, SkTransYuvInfo &dst, ImageInfo &imageInfo, PixelFormat &format,
|
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
H A D | custom_efilter.h | 42 ErrorCode Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) override;
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | gpu_brightness_algo.h | 41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | gpu_contrast_algo.h | 41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.h | 37 ErrorCode Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) override;
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_test_utils.h | 41 static bool SizeEqual(const Media::Size dst, const Media::Size cur);
|