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

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 464 m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments + _inputAttachmentCount);
485 if (!m_inputAttachments.empty())
486 pInputAttachments = &m_inputAttachments[0];
502 m_inputAttachments = std::vector<vk::VkAttachmentReference>(
518 if (!m_inputAttachments.empty())
519 pInputAttachments = &m_inputAttachments[0];
541 m_inputAttachments = rhs.m_inputAttachments;
547 if (!m_inputAttachments.empty())
548 pInputAttachments = &m_inputAttachments[0]
    [all...]
vktDrawCreateInfoUtil.hpp 174 std::vector<vk::VkAttachmentReference> m_inputAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 532 , m_inputAttachments (inputAttachments)
542 const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments; }
552 vector<AttachmentReference> m_inputAttachments;
    [all...]

Completed in 577 milliseconds