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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 683 const SCEV *DstCoeff,
701 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
736 const SCEV *DstCoeff,
753 const SCEV *DstCoeff,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 684 const SCEV *DstCoeff,
702 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
737 const SCEV *DstCoeff,
754 const SCEV *DstCoeff,
    [all...]
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 47 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff)
52 , fDstCoeff(dstCoeff)
53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
98 GrBlendCoeff dstCoeff() const {
145 GrBlendCoeff DstCoeff);
175 GrBlendCoeff DstCoeff) {
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
178 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) |
179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
181 GrBlendCoeffRefsSrc2(DstCoeff))
    [all...]
  /external/skqp/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 47 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff)
52 , fDstCoeff(dstCoeff)
53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
98 GrBlendCoeff dstCoeff() const {
145 GrBlendCoeff DstCoeff);
175 GrBlendCoeff DstCoeff) {
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
178 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) |
179 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
181 GrBlendCoeffRefsSrc2(DstCoeff))
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]

Completed in 1267 milliseconds