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

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 470 m_preserveAttachments = std::vector<deUint32>(_preserveAttachments, _preserveAttachments + _preserveAttachmentCount);
494 if (!m_preserveAttachments.empty())
495 pPreserveAttachments = &m_preserveAttachments[0];
512 m_preserveAttachments = std::vector<deUint32>(
529 if (!m_preserveAttachments.empty())
530 pPreserveAttachments = &m_preserveAttachments[0];
544 m_preserveAttachments = rhs.m_preserveAttachments;
558 if (!m_preserveAttachments.empty())
559 pPreserveAttachments = &m_preserveAttachments[0]
    [all...]
vktDrawCreateInfoUtil.hpp 177 std::vector<deUint32> m_preserveAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 536 , m_preserveAttachments (preserveAttachments)
546 const vector<deUint32>& getPreserveAttachments (void) const { return m_preserveAttachments; }
557 vector<deUint32> m_preserveAttachments;
    [all...]

Completed in 63 milliseconds