Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrRenderTargetProxy.cpp192 if (proxyFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment) { in onValidateSurface()
193 SkASSERT(surfaceFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment); in onValidateSurface()
DGrTextureRenderTargetProxy.cpp201 if (proxyFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment) { in onValidateSurface()
202 SkASSERT(surfaceFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment); in onValidateSurface()
DGrSurface.h119 fSurfaceFlags |= GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in setVkRTSupportsInputAttachment()
DGrRenderTargetProxy.h81 return fSurfaceFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in supportsVkInputAttachment()
/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp123 surfaceFlags |= GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in init()
/third_party/skia/include/private/
DGrTypesPriv.h772 kVkRTSupportsInputAttachment = 1 << 4, enumerator
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp1909 return GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in getExtraSurfaceFlagsForDeferredRT()