Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp90 bool vkRTSupportsInputAttachment = fCharacterization.vkRTSupportsInputAttachment(); in init() local
91 if (vkRTSupportsInputAttachment && GrBackendApi::kVulkan != fContext->backend()) { in init()
104 vkRTSupportsInputAttachment || in init()
125 if (vkRTSupportsInputAttachment) { in init()
DSkSurfaceCharacterization.cpp149 if (this->vkRTSupportsInputAttachment()) { in isCompatible()
/external/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()
/external/skia/src/gpu/ganesh/
DGrContextThreadSafeProxy.cpp56 GrProtected isProtected, bool vkRTSupportsInputAttachment, in createCharacterization() argument
71 (vkRTSupportsInputAttachment || forVulkanSecondaryCommandBuffer)) { in createCharacterization()
109 (isTextureable || isMipMapped || willUseGLFBO0 || vkRTSupportsInputAttachment)) { in createCharacterization()
135 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in createCharacterization()
/external/skia/include/gpu/
DGrContextThreadSafeProxy.h97 bool vkRTSupportsInputAttachment = false,
/external/skia/src/image/
DSkSurface_Gpu.cpp296 bool vkRTSupportsInputAttachment = in onCharacterize() local
313 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in onCharacterize()
/external/skia/tests/
DDeferredDisplayListTest.cpp996 bool vkRTSupportsInputAttachment, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
1007 vkRTSupportsInputAttachment, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()