Lines Matching refs:attachment
97 attachment = attachment_;
109 attachment = attachment_;
371 AttachmentReference::AttachmentReference (deUint32 attachment,
375 :m_attachment (attachment)
615 AttachmentDesc createAttachmentDescription (const Attachment& attachment)
622 attachment.getFormat(), // VkFormat format; || VkFormat format;
623 attachment.getSamples(), // VkSampleCountFlagBits samples; || VkSampleCountFlagBits samples;
624 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp;
625 attachment.getStoreOp(), // VkAttachmentStoreOp storeOp; || VkAttachmentStoreOp storeOp;
626 attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp;
627 attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentStoreOp stencilStoreOp;
628 attachment.getInitialLayout(), // VkImageLayout initialLayout; || VkImageLayout initialLayout;
629 attachment.getFinalLayout() // VkImageLayout finalLayout; || VkImageLayout finalLayout;
642 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment;