Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp50 …t array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, in CreateAttachmentDescriptions() argument
54 PLUGIN_ASSERT(attachments.size() == compatibilityAttachmentDescs.size()); in CreateAttachmentDescriptions()
63 const auto& compatibilityAttachmentRef = compatibilityAttachmentDescs[idx]; in CreateAttachmentDescriptions()
84 …t array_view<const LowLevelRenderPassCompatibilityDescVk::Attachment> compatibilityAttachmentDescs, in CreateAttachmentDescriptions2() argument
88 PLUGIN_ASSERT(attachments.size() == compatibilityAttachmentDescs.size()); in CreateAttachmentDescriptions2()
97 const auto& compatibilityAttachmentRef = compatibilityAttachmentDescs[idx]; in CreateAttachmentDescriptions2()
127 PLUGIN_ASSERT(attachments.size() == compatibilityAttachmentDescs.size()); in CreateAttachmentDescriptionsCompatibility()
131 const auto& compatibilityAttachmentRef = compatibilityAttachmentDescs[idx]; in CreateAttachmentDescriptionsCompatibility()
153 PLUGIN_ASSERT(attachments.size() == compatibilityAttachmentDescs.size()); in CreateAttachmentDescriptionsCompatibility2()
157 const auto& compatibilityAttachmentRef = compatibilityAttachmentDescs[idx]; in CreateAttachmentDescriptionsCompatibility2()
[all …]