Home
last modified time | relevance | path

Searched defs:attachmentIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp128 … CheckAttachments = [](const auto& indices, const uint32_t count, const uint32_t attachmentIndex) { in ValidateRenderPassAttachment()
1023 const uint32_t attachmentIndex = subpassRef.inputAttachmentIndices[idx]; in ProcessInputAttachments() local
1057 const uint32_t attachmentIndex = subpassRef.colorAttachmentIndices[idx]; in ProcessColorAttachments() local
1087 const uint32_t attachmentIndex = subpassRef.resolveAttachmentIndices[idx]; in ProcessResolveAttachments() local
1113 const uint32_t attachmentIndex = subpassRef.depthAttachmentIndex; in ProcessDepthAttachments() local
1134 const uint32_t attachmentIndex = subpassRef.depthResolveAttachmentIndex; in ProcessDepthAttachments() local
1161 const uint32_t attachmentIndex = subpassRef.fragmentShadingRateAttachmentIndex; in ProcessFragmentShadingRateAttachments() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp193 const uint32_t attachmentIndex = attachmentIndices[idx]; in CreateAttachmentReferences() local
219 const uint32_t attachmentIndex = attachmentIndices[idx]; in CreateAttachmentReferences2() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp984 for (const uint32_t attachmentIndex : attatchmentIndices) { in BeginRenderPassUpdateSubpassImageStates() local