Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetProxy.cpp191 if (proxyFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment) { in onValidateSurface()
192 SkASSERT(surfaceFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment); in onValidateSurface()
DGrTextureRenderTargetProxy.cpp200 if (proxyFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment) { in onValidateSurface()
201 SkASSERT(surfaceFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment); in onValidateSurface()
DGrRenderTargetProxy.h81 return fSurfaceFlags & GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in supportsVkInputAttachment()
DGrSurface.h119 fSurfaceFlags |= GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in setVkRTSupportsInputAttachment()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp149 surfaceFlags |= GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in init()
/external/skia/include/private/
DGrTypesPriv.h793 kVkRTSupportsInputAttachment = 1 << 4, enumerator
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1880 return GrInternalSurfaceFlags::kVkRTSupportsInputAttachment; in getExtraSurfaceFlagsForDeferredRT()