Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp465m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments +… 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[0]; in operator =()
DvktDrawCreateInfoUtil.hpp175 std::vector<vk::VkAttachmentReference> m_colorAttachments; member in vkt::Draw::SubpassDescription
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1190 if (binding + 1 > m_colorAttachments.size()) { in AddColorAttachment()
1191 m_colorAttachments.resize(binding + 1); in AddColorAttachment()
1193 m_colorAttachments[binding] = *att; in AddColorAttachment()
1257 m_cb_state.attachmentCount = m_colorAttachments.size(); in CreateVKPipeline()
1258 m_cb_state.pAttachments = m_colorAttachments.data(); in CreateVKPipeline()
Dvkrenderframework.h426 vector<VkPipelineColorBlendAttachmentState> m_colorAttachments; variable
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp533 , m_colorAttachments (colorAttachments) in Subpass()
543 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments()
553 vector<AttachmentReference> m_colorAttachments; member in vkt::__anon96ae15a30111::Subpass
1610 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo()
1613 …for (deUint32 attachmentNdx = 0; attachmentNdx < (deUint32)m_colorAttachments.size(); attachmentNd… in SubpassRenderInfo()
1614 …m_colorAttachmentInfo.push_back(renderPass.getAttachments()[m_colorAttachments[attachmentNdx].getA… in SubpassRenderInfo()
1637 …deUint32 getColorAttachmentCount (void) const { return (deUint32)m_colorAttachments.size();… in getColorAttachmentCount()
1638 … getColorAttachmentLayout (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNd… in getColorAttachmentLayout()
1639 …deUint32 getColorAttachmentIndex (deUint32 attachmentNdx) const { return m_colorAttachments in getColorAttachmentIndex()
1658 vector<AttachmentReference> m_colorAttachments; member in vkt::__anon96ae15a30111::SubpassRenderInfo