Home
last modified time | relevance | path

Searched refs:kISC_GrBlendCoeff (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrBlend.h56 kISC_GrBlendCoeff, //<! one minus src color enumerator
78 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
157 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff || in GrBlendAllowsCoverageAsAlpha()
DSkGr.h130 static_assert((int)kISC_GrBlendCoeff == (int)SkBlendModeCoeff::kISC);
DGrXferProcessor.cpp110 case kISC_GrBlendCoeff: in coeff_string()
/third_party/skia/src/gpu/effects/
DGrCoverageSetOpXP.cpp78 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
82 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
86 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp280 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff),
298 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff),
316 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff),
334 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff),
350 /* dst-out */ MakeSAModulateFormula(kZero_GrBlendCoeff, kISC_GrBlendCoeff),
356 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff),
554 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp284 case kISC_GrBlendCoeff: in blend_coeff_to_d3d_blend()
321 case kISC_GrBlendCoeff: in blend_coeff_to_d3d_blend_for_alpha()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp26 case kISC_GrBlendCoeff: in to_dawn_blend_factor()
59 case kISC_GrBlendCoeff: in to_dawn_blend_factor_for_alpha()
/third_party/skia/tests/
DGrPorterDuffTest.cpp472 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
653 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage()
831 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_with_coverage()
1017 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_no_coverage()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp306 case kISC_GrBlendCoeff: in blend_coeff_to_vk_blend()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm276 case kISC_GrBlendCoeff: