Home
last modified time | relevance | path

Searched refs:m_descriptorImageInfo (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h268 void Layout(VkImageLayout const layout) { m_descriptorImageInfo.imageLayout = layout; } in Layout()
311 VkImageLayout Layout() const { return m_descriptorImageInfo.imageLayout; } in Layout()
320 VkDescriptorImageInfo m_descriptorImageInfo; variable
327 const VkDescriptorImageInfo &DescriptorImageInfo() const { return m_descriptorImageInfo; } in DescriptorImageInfo()
Dvkrenderframework.cpp995 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()
[all …]