Searched refs:kAsInputAttachment (Results 1 – 7 of 7) sorted by relevance
43 if (dstSampleType == GrDstSampleType::kAsInputAttachment) { in getGLSLProcessorKey()
132 return fDstSampleType == GrDstSampleType::kAsInputAttachment; in usesInputAttachment()
113 blendKey |= ((fDstSampleType == GrDstSampleType::kAsInputAttachment) in genKey()
416 SkASSERT(dstProxyView.dstSampleType() != GrDstSampleType::kAsInputAttachment || in addDrawOp()
84 } else if (args.fDstSampleType == GrDstSampleType::kAsInputAttachment) { in emitCode()
1315 kAsInputAttachment, // The dst value is sampled directly from the dst as an input attachment. enumerator1323 case GrDstSampleType::kAsInputAttachment: in GrDstSampleTypeDirectlySamplesDst()1338 case GrDstSampleType::kAsInputAttachment: in GrDstSampleTypeUsesTexture()
1699 return GrDstSampleType::kAsInputAttachment; in onGetDstSampleTypeForProxy()