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

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 465 m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount);
488 if (!m_colorAttachments.empty())
489 pColorAttachments = &m_colorAttachments[0];
505 m_colorAttachments = std::vector<vk::VkAttachmentReference>(
521 if (!m_colorAttachments.empty())
522 pColorAttachments = &m_colorAttachments[0];
542 m_colorAttachments = rhs.m_colorAttachments;
550 if (!m_colorAttachments.empty())
551 pColorAttachments = &m_colorAttachments[0]
    [all...]
vktDrawCreateInfoUtil.hpp 175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]
vkrenderframework.h 426 vector<VkPipelineColorBlendAttachmentState> m_colorAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 533 , m_colorAttachments (colorAttachments)
543 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; }
553 vector<AttachmentReference> m_colorAttachments;
    [all...]

Completed in 251 milliseconds