HomeSort by relevance Sort by last modified time
    Searched refs:m_preserveAttachments (Results 1 - 7 of 7) 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/dynamic_state/
vktDynamicStateCreateInfoUtil.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...]
vktDynamicStateCreateInfoUtil.hpp 179 std::vector<deUint32> m_preserveAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 473 m_preserveAttachments = std::vector<deUint32>(_preserveAttachments, _preserveAttachments + _preserveAttachmentCount);
497 if (!m_preserveAttachments.empty())
498 pPreserveAttachments = &m_preserveAttachments[0];
515 m_preserveAttachments = std::vector<deUint32>(
532 if (!m_preserveAttachments.empty())
533 pPreserveAttachments = &m_preserveAttachments[0];
547 m_preserveAttachments = rhs.m_preserveAttachments;
561 if (!m_preserveAttachments.empty())
562 pPreserveAttachments = &m_preserveAttachments[0]
    [all...]
vktQueryPoolCreateInfoUtil.hpp 177 std::vector<deUint32> m_preserveAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 443 , m_preserveAttachments (preserveAttachments)
453 const vector<AttachmentReference>& getPreserveAttachments (void) const { return m_preserveAttachments; }
464 vector<AttachmentReference> m_preserveAttachments;
    [all...]

Completed in 176 milliseconds