Lines Matching defs:imageLayout
550 descriptorImageInfo[imgNdx].imageLayout = m_imageLayout; // VkImageLayout imageLayout;
560 m_imageLayout, // VkImageLayout imageLayout;
637 VkImageLayout imageLayout = m_useImageAsColorOrDSAttachment ? m_imageLayout : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
648 attachmentDescriptions[imgNdx].initialLayout = imageLayout; // VkImageLayout initialLayout;
649 attachmentDescriptions[imgNdx].finalLayout = imageLayout; // VkImageLayout finalLayout;
652 attachmentReferences[imgNdx].layout = imageLayout; // VkImageLayout layout;
1123 descriptorImageInfo[imgNdx].imageLayout = m_imageLayout; // VkImageLayout imageLayout;
1133 m_imageLayout, // VkImageLayout imageLayout;