| /foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
| H A D | hb_utils_test.cpp | 146 uint32_t dstType = 0; in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | spill_fill_data.h | 30 SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataType::Type tp) in SpillFillData() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | const_folding_test.cpp | 70 void CastTest(From src, To dst, DataType::Type dstType) in CastTest() argument
|
| H A D | inst_generator.cpp | 1028 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 D | exceptions.cpp | 134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException() argument
|
| /foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
| H A D | hb_fsm_strategy_mock.cpp | 58 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | IndexDataManager.cpp | 86 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 D | runtime_interface.h | 186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | blit.c | 115 GLenum dstType = _mesa_get_format_datatype(dstFormat); in compatible_color_datatypes() local
|
| H A D | texstore.c | 153 GLenum dstType; in _mesa_texstore_z32() local 832 GLenum dstType; in _mesa_texstore_needs_transfer_ops() local
|
| H A D | pack.c | 485 _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 D | TransferPixelsTest.cpp | 27 fill_transfer_data(int left, int top, int width, int height, int rowBytes, GrColorType dstType, char* dst) fill_transfer_data() argument
|
| H A D | VkHardwareBufferTest.cpp | 1081 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 D | smp_color_space_convert.c | 525 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 D | lnn_heartbeat_utils.c | 232 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 D | test_runtime_interface.h | 334 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 D | x64_cgfunc.cpp | 267 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_lowering.cpp | 304 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local 626 ValueType dstType = acc_.GetDstType(gate); LowerCheckSupportAndConvert() local [all...] |
| H A D | share_gate_meta_data.h | 417 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 D | webgl_arg.h | 379 BufferDataType dstType; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | peepholes.cpp | 1381 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | animation_system.cpp | 231 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 D | pixel_convert.cpp | 1599 AlphaConvertType PixelConvert::GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType) in GetAlphaConvertType() argument
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
| H A D | image_utils.cpp | 284 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 D | TimeZoneFormat.java | 1781 private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<TimeType> timeType) { in formatSpecific() argument
|