Searched refs:dstSampleType (Results 1 – 8 of 8) sorted by relevance
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()120 GrDstSampleType dstSampleType) const; in GR_MAKE_BITFIELD_CLASS_OPS()
33 GrDstSampleType dstSampleType) const { in getGLSLProcessorKey()43 if (dstSampleType == GrDstSampleType::kAsInputAttachment) { in getGLSLProcessorKey()
34 SkASSERT((args.fDstProxyView.dstSampleType() != GrDstSampleType::kNone) == in GrPipeline()40 fDstSampleType = args.fDstProxyView.dstSampleType(); in GrPipeline()
122 GrDstSampleType dstSampleType() const { in dstSampleType() function
107 xp.getGLSLProcessorKey(*caps.shaderCaps(), b, originIfDstTexture, pipeline.dstSampleType()); in gen_xp_key()
406 if (GrDstSampleTypeUsesTexture(dstProxyView.dstSampleType())) { in addDrawOp()413 SkASSERT(GrDstSampleTypeDirectlySamplesDst(dstProxyView.dstSampleType())); in addDrawOp()416 SkASSERT(dstProxyView.dstSampleType() != GrDstSampleType::kAsInputAttachment || in addDrawOp()
37 GrDstSampleType dstSampleType, in EmitArgs()49 , fDstSampleType(dstSampleType) in EmitArgs()
265 this->pipeline().dstSampleType(), in emitAndInstallXferProc()