OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcCoeff
(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>
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
||
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
661
bool weakCrossingSIVtest(const SCEV *
SrcCoeff
,
679
bool exactSIVtest(const SCEV *
SrcCoeff
,
716
bool weakZeroDstSIVtest(const SCEV *
SrcCoeff
,
732
bool exactRDIVtest(const SCEV *
SrcCoeff
,
749
bool symbolicRDIVtest(const SCEV *
SrcCoeff
,
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
[
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)) ||
85
kUsesInputColor_Property : 0) | // We assert later that
SrcCoeff
doesn't ref src2.
89
GR_BLEND_CAN_TWEAK_ALPHA_FOR_COVERAGE(BlendEquation,
SrcCoeff
, DstCoeff) ?
94
!GR_BLEND_COEFFS_USE_SRC_COLOR(
SrcCoeff
, DstCoeff));
95
GR_STATIC_ASSERT(!GR_BLEND_COEFF_REFS_SRC2(
SrcCoeff
));
175
* D' = f * (S *
srcCoeff
+ D * dstCoeff) + (1-f) * D
179
* D' = f * S *
srcCoeff
+ D * (1 - [f * (1 - dstCoeff)]
[
all
...]
Completed in 292 milliseconds