Home
last modified time | relevance | path

Searched refs:m_resolveAttachments (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp597 subpass.m_resolveAttachments.resize(pCreateInfo->pSubpasses[s].colorAttachmentCount); in RenderPassWrapper()
603 subpass.m_resolveAttachments[i].attachmentInfo = vk::initVulkanStructure(); in RenderPassWrapper()
604 subpass.m_resolveAttachments[i].index = j; in RenderPassWrapper()
605 subpass.m_resolveAttachments[i].format = pCreateInfo->pAttachments[j].format; in RenderPassWrapper()
607 subpass.m_resolveAttachments[i].attachmentInfo.imageView = DE_NULL; in RenderPassWrapper()
608 subpass.m_resolveAttachments[i].attachmentInfo.imageLayout = pCreateInfo->pSubpasses[s].pResolveAttachments[i].layout; in RenderPassWrapper()
609 subpass.m_resolveAttachments[i].attachmentInfo.resolveMode = vk::VK_RESOLVE_MODE_NONE; in RenderPassWrapper()
610 subpass.m_resolveAttachments[i].attachmentInfo.resolveImageView = DE_NULL; in RenderPassWrapper()
611 subpass.m_resolveAttachments[i].attachmentInfo.resolveImageLayout = vk::VK_IMAGE_LAYOUT_UNDEFINED; in RenderPassWrapper()
612 subpass.m_resolveAttachments[ in RenderPassWrapper()
[all...]
H A DvkPipelineConstructionUtil.hpp228 mutable std::vector<Attachment> m_resolveAttachments; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp468 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount); in SubpassDescription()
491 if (!m_resolveAttachments.empty()) in SubpassDescription()
492 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
524 if (!m_resolveAttachments.empty()) in SubpassDescription()
525 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
543 m_resolveAttachments = rhs.m_resolveAttachments; in operator =()
553 if (!m_resolveAttachments.empty()) in operator =()
554 pResolveAttachments = &m_resolveAttachments[ in operator =()
[all...]
H A DvktDrawCreateInfoUtil.hpp176 std::vector<vk::VkAttachmentReference> m_resolveAttachments; member in vkt::Draw::SubpassDescription
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp468 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount); in SubpassDescription()
491 if (!m_resolveAttachments.empty()) in SubpassDescription()
492 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
524 if (!m_resolveAttachments.empty()) in SubpassDescription()
525 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()
543 m_resolveAttachments = rhs.m_resolveAttachments; in operator =()
553 if (!m_resolveAttachments.empty()) in operator =()
554 pResolveAttachments = &m_resolveAttachments[ in operator =()
[all...]
H A DvktDrawCreateInfoUtil.hpp176 std::vector<vk::VkAttachmentReference> m_resolveAttachments; member in vkt::Draw::SubpassDescription
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp414 ,m_resolveAttachments (resolveAttachments) in Subpass()
443 return m_resolveAttachments; in getResolveAttachments()
H A DvktRenderPassTestsUtil.hpp306 std::vector<AttachmentReference> m_resolveAttachments; member in vkt::renderpass::Subpass
H A DvktRenderPassTests.cpp588 , m_resolveAttachments (resolveAttachments) in Subpass()
599 const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; } in getResolveAttachments()
610 vector<AttachmentReference> m_resolveAttachments; member in vkt::__anon28599::Subpass
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp414 ,m_resolveAttachments (resolveAttachments) in Subpass()
443 return m_resolveAttachments; in getResolveAttachments()
H A DvktRenderPassTestsUtil.hpp306 std::vector<AttachmentReference> m_resolveAttachments; member in vkt::renderpass::Subpass
H A DvktRenderPassTests.cpp578 , m_resolveAttachments (resolveAttachments) in Subpass()
589 const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; } in getResolveAttachments()
600 vector<AttachmentReference> m_resolveAttachments; member in vkt::__anon29778::Subpass

Completed in 33 milliseconds