HomeSort by relevance Sort by last modified time
    Searched refs:m_colorAttachments (Results 1 - 9 of 9) 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/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.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...]
vktDynamicStateCreateInfoUtil.hpp 177 std::vector<vk::VkAttachmentReference> m_colorAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 468 m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount);
491 if (!m_colorAttachments.empty())
492 pColorAttachments = &m_colorAttachments[0];
508 m_colorAttachments = std::vector<vk::VkAttachmentReference>(
524 if (!m_colorAttachments.empty())
525 pColorAttachments = &m_colorAttachments[0];
545 m_colorAttachments = rhs.m_colorAttachments;
553 if (!m_colorAttachments.empty())
554 pColorAttachments = &m_colorAttachments[0]
    [all...]
vktQueryPoolCreateInfoUtil.hpp 175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]
vkrenderframework.h 451 vector<VkPipelineColorBlendAttachmentState> m_colorAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 440 , m_colorAttachments (colorAttachments)
450 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; }
460 vector<AttachmentReference> m_colorAttachments;
    [all...]

Completed in 259 milliseconds