OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstCoeff
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/gpu/
GrBlend.h
77
* Given a known blend equation in the form of srcCoeff * srcColor +
dstCoeff
* dstColor where
82
void GrGetCoeffBlendKnownComponents(GrBlendCoeff srcCoeff, GrBlendCoeff
dstCoeff
,
155
template<GrBlendCoeff SrcCoeff, GrBlendCoeff
DstCoeff
>
157
GR_BLEND_COEFF_REFS_SRC(
DstCoeff
)> {};
163
template<GrBlendCoeff SrcCoeff, GrBlendCoeff
DstCoeff
>
165
kZero_GrBlendCoeff !=
DstCoeff
> {};
182
template<GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff
DstCoeff
>
186
kOne_GrBlendCoeff !=
DstCoeff
> {};
197
* D' = f * (S * srcCoeff + D *
dstCoeff
) + (1-f) * D
198
* = f * S * srcCoeff + D * (f *
dstCoeff
+ (1 - f)
[
all
...]
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
680
const SCEV *
DstCoeff
,
698
bool weakZeroSrcSIVtest(const SCEV *
DstCoeff
,
733
const SCEV *
DstCoeff
,
750
const SCEV *
DstCoeff
,
[
all
...]
/external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp
74
GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff
DstCoeff
>
77
(GR_BLEND_MODIFIES_DST(BlendEquation, SrcCoeff,
DstCoeff
) ?
80
(GR_BLEND_COEFFS_USE_DST_COLOR(SrcCoeff,
DstCoeff
) ?
83
((PrimaryOut >= kModulate_OutputType && GR_BLEND_COEFFS_USE_SRC_COLOR(SrcCoeff,
DstCoeff
)) ||
84
(SecondaryOut >= kModulate_OutputType && GR_BLEND_COEFF_REFS_SRC2(
DstCoeff
)) ?
89
GR_BLEND_CAN_TWEAK_ALPHA_FOR_COVERAGE(BlendEquation, SrcCoeff,
DstCoeff
) ?
94
!GR_BLEND_COEFFS_USE_SRC_COLOR(SrcCoeff,
DstCoeff
));
97
!GR_BLEND_COEFF_REFS_SRC2(
DstCoeff
));
175
* D' = f * (S * srcCoeff + D *
dstCoeff
) + (1-f) * D
179
* D' = f * S * srcCoeff + D * (1 - [f * (1 -
dstCoeff
)])
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
[
all
...]
Completed in 61 milliseconds