Lines Matching refs:imageLayout
837 m_descriptorImageInfo.imageLayout = VK_IMAGE_LAYOUT_GENERAL; in VkImageObj()
883 if (image_layout == m_descriptorImageInfo.imageLayout) { in SetLayout()
889 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) in SetLayout()
897 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) in SetLayout()
899 else if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL) in SetLayout()
907 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL) in SetLayout()
915 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL) in SetLayout()
933 if (m_descriptorImageInfo.imageLayout == VK_IMAGE_LAYOUT_UNDEFINED) src_mask = 0; in SetLayout()
936 m_descriptorImageInfo.imageLayout = image_layout; in SetLayout()
940 if (image_layout == m_descriptorImageInfo.imageLayout) { in SetLayout()
1067 newLayout = m_descriptorImageInfo.imageLayout; in Init()
1682 void VkCommandBufferObj::ClearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearCol… in ClearColorImage() argument
1684 vkCmdClearColorImage(handle(), image, imageLayout, pColor, rangeCount, pRanges); in ClearColorImage()
1687 void VkCommandBufferObj::ClearDepthStencilImage(VkImage image, VkImageLayout imageLayout, const VkC… in ClearDepthStencilImage() argument
1689 vkCmdClearDepthStencilImage(handle(), image, imageLayout, pColor, rangeCount, pRanges); in ClearDepthStencilImage()