Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp180 void CreateAttachmentReferences(const uint32_t* attachmentIndices, in CreateAttachmentReferences() function
291CreateAttachmentReferences(subpassDesc.inputAttachmentIndices, layouts, subpassDesc.inputAttachmen… in CreateRenderPassCombined()
299CreateAttachmentReferences(subpassDesc.colorAttachmentIndices, layouts, subpassDesc.colorAttachmen… in CreateRenderPassCombined()
307 CreateAttachmentReferences(subpassDesc.resolveAttachmentIndices, layouts, in CreateRenderPassCombined()
317CreateAttachmentReferences(&subpassDesc.depthAttachmentIndex, layouts, subpassDesc.depthAttachment… in CreateRenderPassCombined()