Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp62 const auto& attachmentRef = attachments[idx]; in CreateAttachmentDescriptions() local
73 (VkAttachmentLoadOp)attachmentRef.loadOp, // loadOp in CreateAttachmentDescriptions()
74 (VkAttachmentStoreOp)attachmentRef.storeOp, // storeOp in CreateAttachmentDescriptions()
75 (VkAttachmentLoadOp)attachmentRef.stencilLoadOp, // stencilLoadOp in CreateAttachmentDescriptions()
76 (VkAttachmentStoreOp)attachmentRef.stencilStoreOp, // stencilStoreOp in CreateAttachmentDescriptions()
96 const auto& attachmentRef = attachments[idx]; in CreateAttachmentDescriptions2() local
113 (VkAttachmentLoadOp)attachmentRef.loadOp, // loadOp in CreateAttachmentDescriptions2()
114 (VkAttachmentStoreOp)attachmentRef.storeOp, // storeOp in CreateAttachmentDescriptions2()
115 (VkAttachmentLoadOp)attachmentRef.stencilLoadOp, // stencilLoadOp in CreateAttachmentDescriptions2()
116 (VkAttachmentStoreOp)attachmentRef.stencilStoreOp, // stencilStoreOp in CreateAttachmentDescriptions2()
H A Dnode_context_pool_manager_vk.cpp435 const auto& attachmentRef = beginRenderPass.renderPassDesc.attachments[idx]; in GetRenderPassData() local
436 … if ((attachmentRef.mipLevel >= 1) && (attachmentRef.mipLevel < platData.mipLevels)) { in GetRenderPassData()
437 maxFbWidth = Math::max(1u, maxFbWidth >> attachmentRef.mipLevel); in GetRenderPassData()
438 maxFbHeight = Math::max(1u, maxFbHeight >> attachmentRef.mipLevel); in GetRenderPassData()