Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrPipeline.h126 bool usesDstTexture() const { return this->dstProxyView() && !this->usesDstInputAttachment(); } in usesDstTexture()
127 bool usesDstInputAttachment() const { in usesDstInputAttachment() function
DGrPipeline.cpp93 b->addBool(this->usesDstInputAttachment(), "inputAttach"); in genKey()
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp327 } else if (this->pipeline().usesDstInputAttachment()) { in emitAndInstallDstTexture()