Lines Matching refs:m_descriptorImageInfo
995 m_descriptorImageInfo.imageView = VK_NULL_HANDLE; in VkImageObj()
996 m_descriptorImageInfo.imageLayout = VK_IMAGE_LAYOUT_GENERAL; in VkImageObj()
1043 if (image_layout == m_descriptorImageInfo.imageLayout) { in SetLayout()
1049 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) in SetLayout()
1057 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) in SetLayout()
1059 else if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL) in SetLayout()
1067 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL) in SetLayout()
1075 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL) in SetLayout()
1093 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_UNDEFINED) src_mask = 0; in SetLayout()
1096 m_descriptorImageInfo.imageLayout = image_layout; in SetLayout()
1100 if (image_layout == m_descriptorImageInfo.imageLayout) { in SetLayout()
1229 newLayout = m_descriptorImageInfo.imageLayout; in Init()
1432 m_descriptorImageInfo.imageView = m_textureView.handle(); in VkTextureObj()