HomeSort by relevance Sort by last modified time
    Searched refs:m_attachments (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 93 const std::vector<AttachmentInfo> m_attachments; member in class:vkt::api::__anon16379::GranularityInstance
110 , m_attachments (attachments)
150 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
165 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
408 const std::vector<AttachmentInfo> m_attachments; member in class:vkt::api::__anon16379::GranularityCase
418 , m_attachments (attachments)
429 return new GranularityInstance(context, m_attachments, m_useRenderPass);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 281 : m_attachments (attachments.begin(), attachments.end())
284 , m_attachmentsStructs (m_attachments.begin(), m_attachments.end())
292 attachmentCount = static_cast<deUint32>(m_attachments.size());
308 m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount);
312 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription> (m_attachments.begin(), m_attachments.end());
320 attachmentCount = static_cast<deUint32>(m_attachments.size());
355 m_attachments.push_back(attachment);
356 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription>(m_attachments.begin(), m_attachments.end())
    [all...]
vktDrawCreateInfoUtil.hpp 215 std::vector<AttachmentDescription> m_attachments; member in class:vkt::Draw::RenderPassCreateInfo
404 std::vector<vk::VkPipelineColorBlendAttachmentState> m_attachments; member in class:vkt::Draw::PipelineCreateInfo::ColorBlendState
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
388 Attachment m_attachments[ATTACHMENTPOINT_LAST]; member in class:sglr::rc::Framebuffer
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 643 : m_attachments (attachments)
649 const vector<Attachment>& getAttachments (void) const { return m_attachments; }
654 const vector<Attachment> m_attachments; member in class:vkt::__anon16685::RenderPass
    [all...]

Completed in 116 milliseconds