Home
last modified time | relevance | path

Searched refs:willReadDstColor (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
H A DGrXferProcessor.cpp20 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, in GrXferProcessor() argument
23 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
27 if (!this->willReadDstColor()) { in hasSecondaryOutput()
37 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0; in addToKey()
210 if (!args.fXP.willReadDstColor()) { in emitCode()
H A DGrProcessorAnalysis.cpp46 if (fp->willReadDstColor()) { in GrColorFragmentProcessorAnalysis()
53 return this->willReadDstColor() && !caps.shaderCaps()->dstReadInShaderSupport(); in requiresDstTexture()
H A DGrXferProcessor.h105 if (!this->willReadDstColor()) { in getBlendInfo()
111 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function in GrXferProcessor
144 GrXferProcessor(ClassID classID, bool willReadDstColor, GrProcessorAnalysisCoverage);
H A DGrProcessorAnalysis.h122 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function in GrColorFragmentProcessorAnalysis
H A DGrFragmentProcessor.h217 bool willReadDstColor() const { in willReadDstColor() function in GrFragmentProcessor
H A DGrFragmentProcessor.cpp176 if (child->willReadDstColor()) {
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp430 SkASSERT(fp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()
434 SkASSERT(xp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()
/third_party/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp80 : INHERITED(kCustomXP_ClassID, /*willReadDstColor=*/true, coverage) in CustomXP()
128 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation());
/third_party/skia/tests/
H A DGrPorterDuffTest.cpp104 TEST_ASSERT(!xp->willReadDstColor() || in XPInfo()

Completed in 12 milliseconds