Home
last modified time | relevance | path

Searched refs:m_preserveAttachments (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp470 m_preserveAttachments = std::vector<deUint32>(_preserveAttachments, _preserveAttachments + _preserveAttachmentCount); in SubpassDescription()
494 if (!m_preserveAttachments.empty()) in SubpassDescription()
495 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
512 m_preserveAttachments = std::vector<deUint32>( in SubpassDescription()
529 if (!m_preserveAttachments.empty()) in SubpassDescription()
530 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
544 m_preserveAttachments = rhs.m_preserveAttachments; in operator =()
558 if (!m_preserveAttachments.empty()) in operator =()
559 pPreserveAttachments = &m_preserveAttachments[ in operator =()
[all...]
H A DvktDrawCreateInfoUtil.hpp177 std::vector<deUint32> m_preserveAttachments; member in vkt::Draw::SubpassDescription
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp470 m_preserveAttachments = std::vector<deUint32>(_preserveAttachments, _preserveAttachments + _preserveAttachmentCount); in SubpassDescription()
494 if (!m_preserveAttachments.empty()) in SubpassDescription()
495 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
512 m_preserveAttachments = std::vector<deUint32>( in SubpassDescription()
529 if (!m_preserveAttachments.empty()) in SubpassDescription()
530 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
544 m_preserveAttachments = rhs.m_preserveAttachments; in operator =()
558 if (!m_preserveAttachments.empty()) in operator =()
559 pPreserveAttachments = &m_preserveAttachments[ in operator =()
[all...]
H A DvktDrawCreateInfoUtil.hpp177 std::vector<deUint32> m_preserveAttachments; member in vkt::Draw::SubpassDescription
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp416 ,m_preserveAttachments (preserveAttachments) in Subpass()
453 return m_preserveAttachments; in getPreserveAttachments()
H A DvktRenderPassTestsUtil.hpp309 std::vector<deUint32> m_preserveAttachments; member in vkt::renderpass::Subpass
H A DvktRenderPassTests.cpp590 , m_preserveAttachments (preserveAttachments) in Subpass()
601 const vector<deUint32>& getPreserveAttachments (void) const { return m_preserveAttachments; } in getPreserveAttachments()
613 vector<deUint32> m_preserveAttachments; member in vkt::__anon28599::Subpass
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp416 ,m_preserveAttachments (preserveAttachments) in Subpass()
453 return m_preserveAttachments; in getPreserveAttachments()
H A DvktRenderPassTestsUtil.hpp309 std::vector<deUint32> m_preserveAttachments; member in vkt::renderpass::Subpass
H A DvktRenderPassTests.cpp580 , m_preserveAttachments (preserveAttachments) in Subpass()
591 const vector<deUint32>& getPreserveAttachments (void) const { return m_preserveAttachments; } in getPreserveAttachments()
603 vector<deUint32> m_preserveAttachments; member in vkt::__anon29778::Subpass

Completed in 29 milliseconds