Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp373 const bool m_useImageAsColorOrDSAttachment; member in vkt::pipeline::__anon4ccca4fe0111::AttachmentFeedbackLoopLayoutImageSamplingInstance
411 , m_useImageAsColorOrDSAttachment(useImageAsColorOrDSAttachment_) in AttachmentFeedbackLoopLayoutImageSamplingInstance()
433 tcu::UVec2 renderSize = m_useImageAsColorOrDSAttachment ? in setup()
602 if (m_useImageAsColorOrDSAttachment) in setup()
646m_useImageAsColorOrDSAttachment ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_CLEAR; in setup()
648m_useImageAsColorOrDSAttachment ? m_imageLayout : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in setup()
654m_useImageAsColorOrDSAttachment ? m_imageFormat : m_colorFormat; // VkFormat format; in setup()
683 if (m_useImageAsColorOrDSAttachment) in setup()
899 VkFormat clearFormat = m_useImageAsColorOrDSAttachment ? m_imageFormat : m_colorFormat; in setup()
933 if (!m_useImageAsColorOrDSAttachment) in setup()
[all …]