Home
last modified time | relevance | path

Searched refs:dstSampleType (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.h103 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()
DGrXferProcessor.cpp33 GrDstSampleType dstSampleType) const { in getGLSLProcessorKey()
43 if (dstSampleType == GrDstSampleType::kAsInputAttachment) { in getGLSLProcessorKey()
DGrPipeline.cpp34 SkASSERT((args.fDstProxyView.dstSampleType() != GrDstSampleType::kNone) == in GrPipeline()
40 fDstSampleType = args.fDstProxyView.dstSampleType(); in GrPipeline()
DGrPipeline.h122 GrDstSampleType dstSampleType() const { in dstSampleType() function
DGrProgramDesc.cpp107 xp.getGLSLProcessorKey(*caps.shaderCaps(), b, originIfDstTexture, pipeline.dstSampleType()); in gen_xp_key()
DGrOpsTask.cpp406 if (GrDstSampleTypeUsesTexture(dstProxyView.dstSampleType())) { in addDrawOp()
413 SkASSERT(GrDstSampleTypeDirectlySamplesDst(dstProxyView.dstSampleType())); in addDrawOp()
416 SkASSERT(dstProxyView.dstSampleType() != GrDstSampleType::kAsInputAttachment || in addDrawOp()
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.h37 GrDstSampleType dstSampleType, in EmitArgs()
49 , fDstSampleType(dstSampleType) in EmitArgs()
DGrGLSLProgramBuilder.cpp265 this->pipeline().dstSampleType(), in emitAndInstallXferProc()