Searched refs:SourceType (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | copyimage.inc | 25 template <typename SourceType> 28 SourceType::ReadDepthStencil(reinterpret_cast<DepthStencil *>(dest), 29 reinterpret_cast<const SourceType *>(source));
|
D | copyimage.h | 27 template <typename SourceType>
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimodalInput_touchEvent.js | 34 export const SourceType = { variable 70 SourceType, property
|
D | ohos_notification.js | 283 export const SourceType = { variable 790 SourceType field
|
D | ohos_multimedia_audio.js | 67 source: audio.SourceType, 951 SourceType: { property
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 1845 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/ |
D | v8-profiler.h | 78 enum SourceType { enum 160 SourceType GetSourceType() const;
|
/third_party/node/deps/v8/src/profiler/ |
D | profile-generator.h | 311 CpuProfileNode::SourceType source_type() const;
|
D | profile-generator.cc | 331 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/ |
D | DAGCombiner.cpp | 17336 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/ |
D | api.cc | 9822 CpuProfileNode::SourceType CpuProfileNode::GetSourceType() const { in GetSourceType()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 51869 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()
|