Lines Matching refs:attachmentInfo

1445 						 const Attachment&			attachmentInfo,
1448 : m_image (createAttachmentImage(vk, device, queueIndex, size, attachmentInfo.getFormat(), attachmentInfo.getSamples(), usageFlags, VK_IMAGE_LAYOUT_UNDEFINED))
1450 , m_attachmentView (createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), getImageAspectFlags(attachmentInfo.getFormat())))
1452 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat());
1458 m_depthInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), VK_IMAGE_ASPECT_DEPTH_BIT);
1459 m_stencilInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), VK_IMAGE_ASPECT_STENCIL_BIT);
1470 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat());
1471 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo.getFormat());
2323 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)];
2325 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat());
2433 const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)];
2434 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat());
2757 const vector<Attachment>& attachmentInfo,
2765 for (size_t attachmentNdx = 0; attachmentNdx < attachmentInfo.size(); attachmentNdx++)
2786 getImageAspectFlags(attachmentInfo[attachmentNdx].getFormat()), // aspect;
2805 for (size_t attachmentNdx = 0; attachmentNdx < attachmentInfo.size(); attachmentNdx++)
2810 const tcu::TextureFormat format = mapVkFormat(attachmentInfo[attachmentNdx].getFormat());
2853 for (size_t attachmentNdx = 0; attachmentNdx < attachmentInfo.size(); attachmentNdx++)
2862 getAllMemoryReadFlags() | getMemoryFlagsForLayout(attachmentInfo[attachmentNdx].getInitialLayout()), // dstAccessMask
2865 attachmentInfo[attachmentNdx].getInitialLayout(), // newLayout;
2872 getImageAspectFlags(attachmentInfo[attachmentNdx].getFormat()), // aspect;
3188 const vector<Attachment>& attachmentInfo,
3196 for (size_t attachmentNdx = 0; attachmentNdx < attachmentInfo.size(); attachmentNdx++)
3201 const VkImageLayout oldLayout = attachmentInfo[attachmentNdx].getFinalLayout();
3218 getImageAspectFlags(attachmentInfo[attachmentNdx].getFormat()), // aspect;
3239 for (size_t attachmentNdx = 0; attachmentNdx < attachmentInfo.size(); attachmentNdx++)
3244 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat()).order;
3251 (vk::VkImageAspectFlags)getPrimaryImageAspect(mapVkFormat(attachmentInfo[attachmentNdx].getFormat()).order), // aspect
3286 for (size_t attachmentNdx = 0; attachmentNdx < attachmentInfo.size(); attachmentNdx++)
3291 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat()).order;
5261 const Attachment& attachmentInfo = renderPassInfo.getAttachments()[attachmentNdx];
5263 attachmentResources.push_back(de::SharedPtr<AttachmentResources>(new AttachmentResources(vki, physDevice, vk, device, allocator, queueIndex, targetSize, attachmentInfo, attachmentImageUsage[attachmentNdx], config.allocationKind)));