Searched refs:VkRTSupportsInputAttachment (Results 1 – 5 of 5) sorted by relevance
40 enum class VkRTSupportsInputAttachment : bool { kNo = false, kYes = true }; enum107 return VkRTSupportsInputAttachment::kYes == fVkRTSupportsInputAttachment; in vkRTSupportsInputAttachment()138 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in SkSurfaceCharacterization()171 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in set()207 VkRTSupportsInputAttachment fVkRTSupportsInputAttachment;
32 VkRTSupportsInputAttachment::kNo == fVkRTSupportsInputAttachment) || in validate()35 VkRTSupportsInputAttachment::kNo == fVkRTSupportsInputAttachment); in validate()118 fVkRTSupportsInputAttachment == VkRTSupportsInputAttachment::kYes || in createFBO0()
134 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in createCharacterization()
126 SkSurfaceCharacterization::VkRTSupportsInputAttachment(false), in characterize()
275 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in onCharacterize()