Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrPipeline.cpp84 static constexpr uint32_t kBlendCoeffSize = 5; in genKey() local
86 static_assert(kLast_GrBlendCoeff < (1 << kBlendCoeffSize)); in genKey()
90 b->addBits(kBlendCoeffSize, blendInfo.fSrcBlend, "srcBlend"); in genKey()
91 b->addBits(kBlendCoeffSize, blendInfo.fDstBlend, "dstBlend"); in genKey()