HomeSort by relevance Sort by last modified time
    Searched refs:SrcCoeff (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 664 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,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 665 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
683 bool exactSIVtest(const SCEV *SrcCoeff,
720 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
736 bool exactRDIVtest(const SCEV *SrcCoeff,
753 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 47 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff)
51 , fSrcCoeff(srcCoeff)
53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
93 GrBlendCoeff srcCoeff() const {
144 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
174 GrBlendCoeff SrcCoeff,
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
178 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) |
179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
183 : 0) | // We assert later that SrcCoeff doesn't ref src2
    [all...]
  /external/skqp/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 47 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff)
51 , fSrcCoeff(srcCoeff)
53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
93 GrBlendCoeff srcCoeff() const {
144 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
174 GrBlendCoeff SrcCoeff,
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
178 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) |
179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
183 : 0) | // We assert later that SrcCoeff doesn't ref src2
    [all...]

Completed in 209 milliseconds