Home
last modified time | relevance | path

Searched refs:DstCoeff (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp145 GrBlendCoeff DstCoeff);
175 GrBlendCoeff DstCoeff) { in GetProperties() argument
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) | in GetProperties()
178 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) | in GetProperties()
179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) || in GetProperties()
181 GrBlendCoeffRefsSrc2(DstCoeff)) in GetProperties()
186 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff) in GetProperties()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp145 GrBlendCoeff DstCoeff);
175 GrBlendCoeff DstCoeff) { in GetProperties() argument
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) | in GetProperties()
178 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) | in GetProperties()
179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) || in GetProperties()
181 GrBlendCoeffRefsSrc2(DstCoeff)) in GetProperties()
186 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff) in GetProperties()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h684 const SCEV *DstCoeff,
702 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
737 const SCEV *DstCoeff,
754 const SCEV *DstCoeff,
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h683 const SCEV *DstCoeff,
701 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
736 const SCEV *DstCoeff,
753 const SCEV *DstCoeff,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1479 bool DependenceInfo::exactSIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactSIVtest() argument
1486 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n"); in exactSIVtest()
1495 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1499 const SCEVConstant *ConstDstCoeff = dyn_cast<SCEVConstant>(DstCoeff); in exactSIVtest()
1688 bool DependenceInfo::weakZeroSrcSIVtest(const SCEV *DstCoeff, in weakZeroSrcSIVtest() argument
1698 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << "\n"); in weakZeroSrcSIVtest()
1706 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest()
1717 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(DstCoeff); in weakZeroSrcSIVtest()
1883 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() argument
1889 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n"); in exactRDIVtest()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1413 bool DependenceInfo::exactSIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactSIVtest() argument
1420 DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n"); in exactSIVtest()
1429 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1433 const SCEVConstant *ConstDstCoeff = dyn_cast<SCEVConstant>(DstCoeff); in exactSIVtest()
1622 bool DependenceInfo::weakZeroSrcSIVtest(const SCEV *DstCoeff, in weakZeroSrcSIVtest() argument
1632 DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << "\n"); in weakZeroSrcSIVtest()
1640 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest()
1651 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(DstCoeff); in weakZeroSrcSIVtest()
1817 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() argument
1823 DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n"); in exactRDIVtest()
[all …]