Home
last modified time | relevance | path

Searched refs:m_colorBlendStateAttachments (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp1084m_colorBlendStateAttachments = std::vector<vk::VkPipelineColorBlendAttachmentState>(state.pAttachm… in addState()
1086 m_colorBlendState.pAttachments = &m_colorBlendStateAttachments[0]; in addState()
DvktDrawCreateInfoUtil.hpp472 std::vector<vk::VkPipelineColorBlendAttachmentState> m_colorBlendStateAttachments; member in vkt::Draw::PipelineCreateInfo