Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp87 bool vkRTSupportsInputAttachment = fCharacterization.vkRTSupportsInputAttachment(); in init() local
88 if (vkRTSupportsInputAttachment && GrBackendApi::kVulkan != fContext->backend()) { in init()
101 vkRTSupportsInputAttachment || in init()
122 if (vkRTSupportsInputAttachment) { in init()
DSkSurfaceCharacterization.cpp149 if (this->vkRTSupportsInputAttachment()) { in isCompatible()
/third_party/skia/include/core/
DSkSurfaceCharacterization.h106 bool vkRTSupportsInputAttachment() const { in vkRTSupportsInputAttachment() function
138 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in SkSurfaceCharacterization() argument
151 , fVkRTSupportsInputAttachment(vkRTSupportsInputAttachment) in SkSurfaceCharacterization()
171 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in set() argument
189 fVkRTSupportsInputAttachment = vkRTSupportsInputAttachment; in set()
/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp55 GrProtected isProtected, bool vkRTSupportsInputAttachment, in createCharacterization() argument
70 (vkRTSupportsInputAttachment || forVulkanSecondaryCommandBuffer)) { in createCharacterization()
108 (isTextureable || isMipMapped || willUseGLFBO0 || vkRTSupportsInputAttachment)) { in createCharacterization()
134 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in createCharacterization()
/third_party/skia/include/gpu/
DGrContextThreadSafeProxy.h96 bool vkRTSupportsInputAttachment = false,
/third_party/skia/src/image/
DSkSurface_Gpu.cpp258 bool vkRTSupportsInputAttachment = in onCharacterize() local
275 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in onCharacterize()
/third_party/skia/tests/
DDeferredDisplayListTest.cpp933 bool vkRTSupportsInputAttachment, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
944 vkRTSupportsInputAttachment, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()