Lines Matching refs:loadOperation
770 RenderPassWrapper::RenderPassWrapper (PipelineConstructionType pipelineConstructionType, const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperation, const VkImageLayout finalLayoutColor,
780 m_renderPass = vk::makeRenderPass(vk, device, colorFormat, depthStencilFormat, loadOperation, finalLayoutColor, finalLayoutDepthStencil, subpassLayoutColor, subpassLayoutDepthStencil, allocationCallbacks);
787 const VkImageLayout initialLayoutColor = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED;
788 const VkImageLayout initialLayoutDepthStencil = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED;
805 subpass.m_colorAttachments[0].attachmentInfo.loadOp = loadOperation;
816 loadOperation, // VkAttachmentLoadOp loadOp
837 subpass.m_depthStencilAttachment.attachmentInfo.loadOp = loadOperation;
840 subpass.m_depthStencilAttachment.stencilLoadOp = loadOperation;
850 loadOperation, // VkAttachmentLoadOp loadOp
852 loadOperation, // VkAttachmentLoadOp stencilLoadOp