Searched refs:m_attachments (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 281 : m_attachments (attachments.begin(), attachments.end()) in RenderPassCreateInfo() 284 , m_attachmentsStructs (m_attachments.begin(), m_attachments.end()) in RenderPassCreateInfo() 292 attachmentCount = static_cast<deUint32>(m_attachments.size()); in RenderPassCreateInfo() 308 …m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount… in RenderPassCreateInfo() 312 …hmentsStructs = std::vector<vk::VkAttachmentDescription> (m_attachments.begin(), m_attachments.en… in RenderPassCreateInfo() 320 attachmentCount = static_cast<deUint32>(m_attachments.size()); in RenderPassCreateInfo() 355 m_attachments.push_back(attachment); in addAttachment() 356 …chmentsStructs = std::vector<vk::VkAttachmentDescription>(m_attachments.begin(), m_attachments.end… in addAttachment() 357 attachmentCount = static_cast<deUint32>(m_attachments.size()); in addAttachment() 880 : m_attachments(_attachments) in ColorBlendState() [all …]
|
D | vktDrawCreateInfoUtil.hpp | 215 std::vector<AttachmentDescription> m_attachments; member in vkt::Draw::RenderPassCreateInfo 404 std::vector<vk::VkPipelineColorBlendAttachmentState> m_attachments; member in vkt::Draw::PipelineCreateInfo::ColorBlendState
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 93 const std::vector<AttachmentInfo> m_attachments; member in vkt::api::__anon2a3ee9fb0111::GranularityInstance 110 , m_attachments (attachments) in GranularityInstance() 150 …for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.e… in initAttachmentDescriptions() 165 …for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.e… in initImages() 388 const std::vector<AttachmentInfo> m_attachments; member in vkt::api::__anon2a3ee9fb0111::GranularityCase 398 , m_attachments (attachments) in GranularityCase() 409 return new GranularityInstance(context, m_attachments, m_useRenderPass); in createInstance()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; } in getAttachment() 384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; } in getAttachment() 388 Attachment m_attachments[ATTACHMENTPOINT_LAST]; member in sglr::rc::Framebuffer
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 670 : m_attachments (attachments) in RenderPass() 677 const vector<Attachment>& getAttachments (void) const { return m_attachments; } in getAttachments() 683 const vector<Attachment> m_attachments; member in vkt::__anon96ae15a30111::RenderPass
|