Home
last modified time | relevance | path

Searched refs:SrcCoeff (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/
DGrBlend.h155 template<GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
156 struct GrTBlendCoeffsUseSrcColor : skstd::bool_constant<kZero_GrBlendCoeff != SrcCoeff ||
163 template<GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
164 struct GrTBlendCoeffsUseDstColor : skstd::bool_constant<GR_BLEND_COEFF_REFS_DST(SrcCoeff) ||
182 template<GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
185 kZero_GrBlendCoeff != SrcCoeff ||
216 template<GrBlendEquation Equation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
220 !GR_BLEND_COEFF_REFS_SRC(SrcCoeff) &&
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h664 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
682 bool exactSIVtest(const SCEV *SrcCoeff,
719 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
735 bool exactRDIVtest(const SCEV *SrcCoeff,
752 bool symbolicRDIVtest(const SCEV *SrcCoeff,
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp73 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff>
76 (GR_BLEND_MODIFIES_DST(BlendEquation, SrcCoeff, DstCoeff) ?
79 (GR_BLEND_COEFFS_USE_DST_COLOR(SrcCoeff, DstCoeff) ?
82 ((PrimaryOut >= kModulate_OutputType && GR_BLEND_COEFFS_USE_SRC_COLOR(SrcCoeff,DstCoeff)) ||
88 GR_BLEND_CAN_TWEAK_ALPHA_FOR_COVERAGE(BlendEquation, SrcCoeff, DstCoeff) ?
93 !GR_BLEND_COEFFS_USE_SRC_COLOR(SrcCoeff, DstCoeff));
94 GR_STATIC_ASSERT(!GR_BLEND_COEFF_REFS_SRC2(SrcCoeff));
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1413 bool DependenceInfo::exactSIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactSIVtest() argument
1419 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n"); in exactSIVtest()
1429 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1432 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff); in exactSIVtest()
1732 bool DependenceInfo::weakZeroDstSIVtest(const SCEV *SrcCoeff, in weakZeroDstSIVtest() argument
1741 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << "\n"); in weakZeroDstSIVtest()
1749 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
1760 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(SrcCoeff); in weakZeroDstSIVtest()
1817 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() argument
1822 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n"); in exactRDIVtest()
[all …]