Searched refs:m_cb_state (Results 1 – 2 of 2) sorted by relevance
1645 memset(&m_cb_state, 0, sizeof(m_cb_state)); in VkPipelineObj()1646 m_cb_state.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; in VkPipelineObj()1647 m_cb_state.blendConstants[0] = 1.0f; in VkPipelineObj()1648 m_cb_state.blendConstants[1] = 1.0f; in VkPipelineObj()1649 m_cb_state.blendConstants[2] = 1.0f; in VkPipelineObj()1650 m_cb_state.blendConstants[3] = 1.0f; in VkPipelineObj()1731 m_cb_state.attachmentCount = m_colorAttachments.size(); in InitGraphicsPipelineCreateInfo()1732 m_cb_state.pAttachments = m_colorAttachments.data(); in InitGraphicsPipelineCreateInfo()1761 gp_ci->pColorBlendState = &m_cb_state; in InitGraphicsPipelineCreateInfo()
465 VkPipelineColorBlendStateCreateInfo m_cb_state; variable