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

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 468 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount);
491 if (!m_resolveAttachments.empty())
492 pResolveAttachments = &m_resolveAttachments[0];
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(
524 if (!m_resolveAttachments.empty())
525 pResolveAttachments = &m_resolveAttachments[0];
543 m_resolveAttachments = rhs.m_resolveAttachments;
553 if (!m_resolveAttachments.empty())
554 pResolveAttachments = &m_resolveAttachments[0]
    [all...]
vktDrawCreateInfoUtil.hpp 176 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 534 , m_resolveAttachments (resolveAttachments)
544 const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; }
554 vector<AttachmentReference> m_resolveAttachments;
    [all...]

Completed in 64 milliseconds