/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 543 subpass.m_colorAttachments.resize(pCreateInfo->pSubpasses[s].colorAttachmentCount); in RenderPassWrapper() 550 subpass.m_colorAttachments[i].attachmentInfo = vk::initVulkanStructure(); in RenderPassWrapper() 551 subpass.m_colorAttachments[i].index = j; in RenderPassWrapper() 552 subpass.m_colorAttachments[i].format = pCreateInfo->pAttachments[j].format; in RenderPassWrapper() 554 subpass.m_colorAttachments[i].attachmentInfo.imageView = DE_NULL; in RenderPassWrapper() 555 subpass.m_colorAttachments[i].attachmentInfo.imageLayout = pCreateInfo->pSubpasses[s].pColorAttachments[i].layout; in RenderPassWrapper() 556 subpass.m_colorAttachments[i].attachmentInfo.resolveMode = vk::VK_RESOLVE_MODE_NONE; in RenderPassWrapper() 557 subpass.m_colorAttachments[i].attachmentInfo.resolveImageView = DE_NULL; in RenderPassWrapper() 558 subpass.m_colorAttachments[i].attachmentInfo.resolveImageLayout = vk::VK_IMAGE_LAYOUT_UNDEFINED; in RenderPassWrapper() 559 subpass.m_colorAttachments[ in RenderPassWrapper() [all...] |
H A D | vkPipelineConstructionUtil.hpp | 226 mutable std::vector<Attachment> m_colorAttachments; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 465 m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount); in SubpassDescription() 488 if (!m_colorAttachments.empty()) in SubpassDescription() 489 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 505 m_colorAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription() 521 if (!m_colorAttachments.empty()) in SubpassDescription() 522 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 542 m_colorAttachments = rhs.m_colorAttachments; in operator =() 550 if (!m_colorAttachments.empty()) in operator =() 551 pColorAttachments = &m_colorAttachments[ in operator =() [all...] |
H A D | vktDrawCreateInfoUtil.hpp | 175 std::vector<vk::VkAttachmentReference> m_colorAttachments; member in vkt::Draw::SubpassDescription
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 465 m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount); in SubpassDescription() 488 if (!m_colorAttachments.empty()) in SubpassDescription() 489 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 505 m_colorAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription() 521 if (!m_colorAttachments.empty()) in SubpassDescription() 522 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 542 m_colorAttachments = rhs.m_colorAttachments; in operator =() 550 if (!m_colorAttachments.empty()) in operator =() 551 pColorAttachments = &m_colorAttachments[ in operator =() [all...] |
H A D | vktDrawCreateInfoUtil.hpp | 175 std::vector<vk::VkAttachmentReference> m_colorAttachments; member in vkt::Draw::SubpassDescription
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 413 ,m_colorAttachments (colorAttachments) in Subpass() 438 return m_colorAttachments; in getColorAttachments()
|
H A D | vktRenderPassTestsUtil.hpp | 305 std::vector<AttachmentReference> m_colorAttachments; member in vkt::renderpass::Subpass
|
H A D | vktRenderPassTests.cpp | 587 , m_colorAttachments (colorAttachments) in Subpass() 598 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; } in getColorAttachments() 609 vector<AttachmentReference> m_colorAttachments; member in vkt::__anon28599::Subpass 1733 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo() 1736 for (deUint32 attachmentNdx = 0; attachmentNdx < (deUint32)m_colorAttachments.size(); attachmentNdx++) in SubpassRenderInfo() 1737 m_colorAttachmentInfo.push_back(renderPass.getAttachments()[getAttachmentNdx(m_colorAttachments, attachmentNdx)]); in SubpassRenderInfo() 1762 deUint32 getColorAttachmentCount (void) const { return (deUint32)m_colorAttachments.size(); } in getColorAttachmentCount() 1763 VkImageLayout getColorAttachmentLayout (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getImageLayout(); } in getColorAttachmentLayout() 1764 deUint32 getColorAttachmentIndex (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getAttachment(); } in getColorAttachmentIndex() 1785 vector<AttachmentReference> m_colorAttachments; member in vkt::__anon28599::SubpassRenderInfo [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 413 ,m_colorAttachments (colorAttachments) in Subpass() 438 return m_colorAttachments; in getColorAttachments()
|
H A D | vktRenderPassTestsUtil.hpp | 305 std::vector<AttachmentReference> m_colorAttachments; member in vkt::renderpass::Subpass
|
H A D | vktRenderPassTests.cpp | 577 , m_colorAttachments (colorAttachments) in Subpass() 588 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; } in getColorAttachments() 599 vector<AttachmentReference> m_colorAttachments; member in vkt::__anon29778::Subpass 1721 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo() 1724 for (deUint32 attachmentNdx = 0; attachmentNdx < (deUint32)m_colorAttachments.size(); attachmentNdx++) in SubpassRenderInfo() 1725 m_colorAttachmentInfo.push_back(renderPass.getAttachments()[getAttachmentNdx(m_colorAttachments, attachmentNdx)]); in SubpassRenderInfo() 1750 deUint32 getColorAttachmentCount (void) const { return (deUint32)m_colorAttachments.size(); } in getColorAttachmentCount() 1751 VkImageLayout getColorAttachmentLayout (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getImageLayout(); } in getColorAttachmentLayout() 1752 deUint32 getColorAttachmentIndex (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getAttachment(); } in getColorAttachmentIndex() 1773 vector<AttachmentReference> m_colorAttachments; member in vkt::__anon29778::SubpassRenderInfo [all...] |