Searched refs:fDstSampleType (Results 1 – 7 of 7) sorted by relevance
77 fDstSampleType = other.fDstSampleType; in GR_MAKE_BITFIELD_CLASS_OPS()84 fDstSampleType == that.fDstSampleType; in GR_MAKE_BITFIELD_CLASS_OPS()103 GrDstSampleType dstSampleType() const { return fDstSampleType; } in GR_MAKE_BITFIELD_CLASS_OPS()105 void setDstSampleType(GrDstSampleType dstSampleType) { fDstSampleType = dstSampleType; } in GR_MAKE_BITFIELD_CLASS_OPS()110 GrDstSampleType fDstSampleType = GrDstSampleType::kNone; in GR_MAKE_BITFIELD_CLASS_OPS() local
123 return fDstSampleType; in dstSampleType()129 return GrDstSampleTypeUsesTexture(fDstSampleType); in usesDstTexture()132 return fDstSampleType == GrDstSampleType::kAsInputAttachment; in usesInputAttachment()227 GrDstSampleType fDstSampleType = GrDstSampleType::kNone; variable
40 fDstSampleType = args.fDstProxyView.dstSampleType(); in GrPipeline()67 if (fDstProxyView.proxy() && GrDstSampleTypeDirectlySamplesDst(fDstSampleType)) { in xferBarrierType()113 blendKey |= ((fDstSampleType == GrDstSampleType::kAsInputAttachment) in genKey()
1992 if (fDstSampleType == GrDstSampleType::kNone) { in setupDstProxyView()1993 fDstSampleType = this->caps()->getDstSampleTypeForProxy(this->asRenderTargetProxy()); in setupDstProxyView()1995 SkASSERT(fDstSampleType != GrDstSampleType::kNone); in setupDstProxyView()1997 if (GrDstSampleTypeDirectlySamplesDst(fDstSampleType)) { in setupDstProxyView()2003 dstProxyView->setDstSampleType(fDstSampleType); in setupDstProxyView()2006 SkASSERT(fDstSampleType == GrDstSampleType::kAsTextureCopy); in setupDstProxyView()2045 dstProxyView->setDstSampleType(fDstSampleType); in setupDstProxyView()
738 GrDstSampleType fDstSampleType = GrDstSampleType::kNone; variable
49 , fDstSampleType(dstSampleType) in EmitArgs()61 GrDstSampleType fDstSampleType; member
56 if (GrDstSampleTypeUsesTexture(args.fDstSampleType)) { in emitCode()84 } else if (args.fDstSampleType == GrDstSampleType::kAsInputAttachment) { in emitCode()