Home
last modified time | relevance | path

Searched defs:dstType (Results 1 - 25 of 39) sorted by relevance

12

/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_utils_test.cpp146 uint32_t dstType = 0; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dspill_fill_data.h30 SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataType::Type tp) in SpillFillData() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dconst_folding_test.cpp70 void CastTest(From src, To dst, DataType::Type dstType) in CastTest() argument
H A Dinst_generator.cpp1028 void InstGenerator::SetFlagsNoCseNoHoistIfReference(Inst *inst, DataType::Type dstType) in SetFlagsNoCseNoHoistIfReference() argument
1047 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperations() local
1071 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperationsImm() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dexceptions.cpp134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException() argument
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_strategy_mock.cpp58 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp86 StreamInIndexBuffer(const gl::Context *context, IndexBufferInterface *buffer, const void *data, unsigned int count, gl::DrawElementsType srcType, gl::DrawElementsType dstType, bool usePrimitiveRestartFixedIndex, unsigned int *offset) StreamInIndexBuffer() argument
135 prepareIndexData(const gl::Context *context, gl::DrawElementsType srcType, gl::DrawElementsType dstType, GLsizei count, gl::Buffer *glBuffer, const void *indices, TranslatedIndexData *translated) prepareIndexData() argument
233 streamIndexData(const gl::Context *context, const void *data, unsigned int count, gl::DrawElementsType srcType, gl::DrawElementsType dstType, bool usePrimitiveRestartFixedIndex, TranslatedIndexData *translated) streamIndexData() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
/third_party/mesa3d/src/mesa/main/
H A Dblit.c115 GLenum dstType = _mesa_get_format_datatype(dstFormat); in compatible_color_datatypes() local
H A Dtexstore.c153 GLenum dstType; in _mesa_texstore_z32() local
832 GLenum dstType; in _mesa_texstore_needs_transfer_ops() local
H A Dpack.c485 _mesa_unpack_stencil_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) _mesa_unpack_stencil_span() argument
598 _mesa_pack_stencil_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, const GLubyte *source, const struct gl_pixelstore_attrib *dstPacking ) _mesa_pack_stencil_span() argument
770 _mesa_unpack_depth_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLuint depthMax, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking ) _mesa_unpack_depth_span() argument
1003 _mesa_pack_depth_span( struct gl_context *ctx, GLuint n, GLvoid *dest, GLenum dstType, const GLfloat *depthSpan, const struct gl_pixelstore_attrib *dstPacking ) _mesa_pack_depth_span() argument
1139 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, GLenum dstType, GLuint *dest, const GLfloat *depthVals, const GLubyte *stencilVals, const struct gl_pixelstore_attrib *dstPacking) _mesa_pack_depth_stencil_span() argument
[all...]
/third_party/skia/tests/
H A DTransferPixelsTest.cpp27 fill_transfer_data(int left, int top, int width, int height, int rowBytes, GrColorType dstType, char* dst) fill_transfer_data() argument
H A DVkHardwareBufferTest.cpp1081 run_test(skiatest::Reporter* reporter, const GrContextOptions& options, SrcType srcType, DstType dstType, bool shareSyncs) run_test() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/
H A Dsmp_color_space_convert.c525 int ImgRgbToYuv(IVE_IMAGE_S *src, IVE_IMAGE_S *dst, IVE_IMAGE_TYPE_E dstType) in ImgRgbToYuv() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c232 LnnHeartbeatType *dstType = (LnnHeartbeatType *)data; in VisitCheckSupportedHbType() local
241 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h334 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp267 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp304 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local
626 ValueType dstType = acc_.GetDstType(gate); LowerCheckSupportAndConvert() local
[all...]
H A Dshare_gate_meta_data.h417 static uint64_t ToValue(ValueType srcType, ValueType dstType, ConvertSupport support = ConvertSupport::ENABLE) in ToValue() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h379 BufferDataType dstType; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dpeepholes.cpp1381 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp231 auto* dstType = Cast<T*>(dst); in Mult() local
238 auto* dstType = Cast<T*>(dst); in Add() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1599 AlphaConvertType PixelConvert::GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType) in GetAlphaConvertType() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp284 AlphaType ImageUtils::GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format) in GetValidAlphaTypeByFormat() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1781 private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<TimeType> timeType) { in formatSpecific() argument

Completed in 57 milliseconds

12