Lines Matching defs:dsAttachmentInfo
2215 const Attachment& dsAttachmentInfo = renderPassInfo.getAttachments()[dsAttachmentIndex];
2216 const tcu::TextureFormat format = mapVkFormat(dsAttachmentInfo.getFormat());
2222 depthAttachment.loadOp = dsAttachmentInfo.getLoadOp();
2223 depthAttachment.storeOp = dsAttachmentInfo.getStoreOp();
2235 stencilAttachment.loadOp = dsAttachmentInfo.getStencilLoadOp();
2236 stencilAttachment.storeOp = dsAttachmentInfo.getStencilStoreOp();
3036 const Attachment& dsAttachmentInfo = renderPassInfo.getAttachments()[dsAttachmentIndex];
3038 const VkImageLayout initialLayout = dsAttachmentInfo.getInitialLayout();
3040 const VkImageLayout finalLayout = dsAttachmentInfo.getFinalLayout();
3058 getImageAspectFlags(dsAttachmentInfo.getFormat()), // aspect;
3083 getImageAspectFlags(dsAttachmentInfo.getFormat()), // aspect;