Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp543 m_descriptorImageInfo.imageView = VK_NULL_HANDLE; in VkImageObj()
544 m_descriptorImageInfo.imageLayout = VK_IMAGE_LAYOUT_GENERAL; in VkImageObj()
598 if (image_layout == m_descriptorImageInfo.imageLayout) { in SetLayout()
604 if (m_descriptorImageInfo.imageLayout == in SetLayout()
613 if (m_descriptorImageInfo.imageLayout == in SetLayout()
616 else if (m_descriptorImageInfo.imageLayout == in SetLayout()
625 if (m_descriptorImageInfo.imageLayout == in SetLayout()
634 if (m_descriptorImageInfo.imageLayout == in SetLayout()
649 m_descriptorImageInfo.imageLayout = image_layout; in SetLayout()
656 if (image_layout == m_descriptorImageInfo.imageLayout) { in SetLayout()
[all …]
Dvkrenderframework.h297 m_descriptorImageInfo.imageLayout = layout; in layout()
337 VkImageLayout layout() const { return m_descriptorImageInfo.imageLayout; } in layout()
346 VkDescriptorImageInfo m_descriptorImageInfo; variable