Searched refs:m_resolveAttachments (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp468 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[
[all...]
H A DvktDrawCreateInfoUtil.hpp176 std::vector<vk::VkAttachmentReference> m_resolveAttachments; member in class:vkt::Draw::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCreateInfoUtil.cpp468 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[
[all...]
H A DvktDynamicStateCreateInfoUtil.hpp178 std::vector<vk::VkAttachmentReference> m_resolveAttachments; member in class:vkt::DynamicState::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolCreateInfoUtil.cpp471 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount);
494 if (!m_resolveAttachments.empty())
495 pResolveAttachments = &m_resolveAttachments[0];
512 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(
527 if (!m_resolveAttachments.empty())
528 pResolveAttachments = &m_resolveAttachments[0];
546 m_resolveAttachments = rhs.m_resolveAttachments;
556 if (!m_resolveAttachments.empty())
557 pResolveAttachments = &m_resolveAttachments[
[all...]
H A DvktQueryPoolCreateInfoUtil.hpp176 std::vector<vk::VkAttachmentReference> m_resolveAttachments; member in class:vkt::QueryPool::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp441 , m_resolveAttachments (resolveAttachments)
451 const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; }
461 vector<AttachmentReference> m_resolveAttachments; member in class:vkt::__anon3938::Subpass

Completed in 59 milliseconds