Home
last modified time | relevance | path

Searched refs:VkRTSupportsInputAttachment (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/core/
DSkSurfaceCharacterization.h40 enum class VkRTSupportsInputAttachment : bool { kNo = false, kYes = true }; enum
107 return VkRTSupportsInputAttachment::kYes == fVkRTSupportsInputAttachment; in vkRTSupportsInputAttachment()
138 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in SkSurfaceCharacterization()
171 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in set()
207 VkRTSupportsInputAttachment fVkRTSupportsInputAttachment;
/third_party/skia/src/core/
DSkSurfaceCharacterization.cpp32 VkRTSupportsInputAttachment::kNo == fVkRTSupportsInputAttachment) || in validate()
35 VkRTSupportsInputAttachment::kNo == fVkRTSupportsInputAttachment); in validate()
118 fVkRTSupportsInputAttachment == VkRTSupportsInputAttachment::kYes || in createFBO0()
/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp134 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in createCharacterization()
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp126 SkSurfaceCharacterization::VkRTSupportsInputAttachment(false), in characterize()
/third_party/skia/src/image/
DSkSurface_Gpu.cpp275 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in onCharacterize()