Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp368 const bool m_useImageAsColorOrDSAttachment; member in vkt::pipeline::__anon28144::AttachmentFeedbackLoopLayoutImageSamplingInstance
413 , m_useImageAsColorOrDSAttachment (useImageAsColorOrDSAttachment_) in AttachmentFeedbackLoopLayoutImageSamplingInstance()
432 tcu::UVec2 renderSize = m_useImageAsColorOrDSAttachment ? tcu::UVec2({ (unsigned)m_imageSize.x(), (unsigned)m_imageSize.y() }) : m_renderSize; in setup()
597 if (m_useImageAsColorOrDSAttachment) in setup()
636 VkAttachmentLoadOp loadOp = m_useImageAsColorOrDSAttachment ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_CLEAR; in setup()
637 VkImageLayout imageLayout = m_useImageAsColorOrDSAttachment ? m_imageLayout : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in setup()
642 attachmentDescriptions[imgNdx].format = m_useImageAsColorOrDSAttachment ? m_imageFormat : m_colorFormat; // VkFormat format; in setup()
671 if (m_useImageAsColorOrDSAttachment) in setup()
893 VkFormat clearFormat = m_useImageAsColorOrDSAttachment ? m_imageFormat : m_colorFormat; in setup()
920 if (!m_useImageAsColorOrDSAttachment) in setup()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp313 const bool m_useImageAsColorOrDSAttachment; member in vkt::pipeline::__anon29375::AttachmentFeedbackLoopLayoutImageSamplingInstance
349 , m_useImageAsColorOrDSAttachment (useImageAsColorOrDSAttachment_) in AttachmentFeedbackLoopLayoutImageSamplingInstance()
365 tcu::UVec2 renderSize = m_useImageAsColorOrDSAttachment ? tcu::UVec2({ (unsigned)m_imageSize.x(), (unsigned)m_imageSize.y() }) : m_renderSize; in setup()
530 if (m_useImageAsColorOrDSAttachment) in setup()
569 VkAttachmentLoadOp loadOp = m_useImageAsColorOrDSAttachment ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_CLEAR; in setup()
570 VkImageLayout imageLayout = m_useImageAsColorOrDSAttachment ? m_imageLayout : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in setup()
575 attachmentDescriptions[imgNdx].format = m_useImageAsColorOrDSAttachment ? m_imageFormat : m_colorFormat; // VkFormat format; in setup()
604 if (m_useImageAsColorOrDSAttachment) in setup()
791 VkFormat clearFormat = m_useImageAsColorOrDSAttachment ? m_imageFormat : m_colorFormat; in setup()
818 if (!m_useImageAsColorOrDSAttachment) in setup()
[all...]

Completed in 5 milliseconds