Home
last modified time | relevance | path

Searched refs:SourceType (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/image_util/
Dcopyimage.inc25 template <typename SourceType>
28 SourceType::ReadDepthStencil(reinterpret_cast<DepthStencil *>(dest),
29 reinterpret_cast<const SourceType *>(source));
Dcopyimage.h27 template <typename SourceType>
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimodalInput_touchEvent.js34 export const SourceType = { variable
70 SourceType, property
Dohos_notification.js283 export const SourceType = { variable
790 SourceType field
Dohos_multimedia_audio.js67 source: audio.SourceType,
951 SourceType: { property
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1845 static bool isIntTruncCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntTruncCastValid() argument
1846 return Ice::isIntegerType(SourceType) && Ice::isIntegerType(TargetType) && in isIntTruncCastValid()
1847 simplifyOutCommonVectorType(SourceType, TargetType) && in isIntTruncCastValid()
1848 getScalarIntBitWidth(SourceType) > getScalarIntBitWidth(TargetType); in isIntTruncCastValid()
1853 static bool isFloatTruncCastValid(Ice::Type SourceType, in isFloatTruncCastValid() argument
1855 return simplifyOutCommonVectorType(SourceType, TargetType) && in isFloatTruncCastValid()
1856 SourceType == Ice::IceType_f64 && TargetType == Ice::IceType_f32; in isFloatTruncCastValid()
1861 static bool isIntExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntExtCastValid() argument
1862 return isIntTruncCastValid(TargetType, SourceType); in isIntExtCastValid()
1867 static bool isFloatExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isFloatExtCastValid() argument
[all …]
/third_party/node/deps/v8/include/
Dv8-profiler.h78 enum SourceType { enum
160 SourceType GetSourceType() const;
/third_party/node/deps/v8/src/profiler/
Dprofile-generator.h311 CpuProfileNode::SourceType source_type() const;
Dprofile-generator.cc331 CpuProfileNode::SourceType ProfileNode::source_type() const { in source_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17336 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
17349 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
17357 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
17359 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
17360 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
17362 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
17374 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
17376 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
17384 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
17386 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
[all …]
/third_party/node/deps/v8/src/api/
Dapi.cc9822 CpuProfileNode::SourceType CpuProfileNode::GetSourceType() const { in GetSourceType()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp51869 template <class SourceType, class DestinationType>
51871 CallQueryInterface(RefPtr<SourceType>& aSourcePtr, DestinationType** aDestPtr) in CallQueryInterface()
71989 template<class SourceType, class DestinationType>
71991 CallQueryInterface(nsCOMPtr<SourceType>& aSourcePtr, DestinationType** aDestPtr) in CallQueryInterface()