Home
last modified time | relevance | path

Searched refs:kAsInputAttachment (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.cpp43 if (dstSampleType == GrDstSampleType::kAsInputAttachment) { in getGLSLProcessorKey()
DGrPipeline.h132 return fDstSampleType == GrDstSampleType::kAsInputAttachment; in usesInputAttachment()
DGrPipeline.cpp113 blendKey |= ((fDstSampleType == GrDstSampleType::kAsInputAttachment) in genKey()
DGrOpsTask.cpp416 SkASSERT(dstProxyView.dstSampleType() != GrDstSampleType::kAsInputAttachment || in addDrawOp()
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp84 } else if (args.fDstSampleType == GrDstSampleType::kAsInputAttachment) { in emitCode()
/external/skia/include/private/
DGrTypesPriv.h1315 kAsInputAttachment, // The dst value is sampled directly from the dst as an input attachment. enumerator
1323 case GrDstSampleType::kAsInputAttachment: in GrDstSampleTypeDirectlySamplesDst()
1338 case GrDstSampleType::kAsInputAttachment: in GrDstSampleTypeUsesTexture()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1699 return GrDstSampleType::kAsInputAttachment; in onGetDstSampleTypeForProxy()