Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1476 memset(&m_cb_state, 0, sizeof(m_cb_state)); in VkPipelineObj()
1477 m_cb_state.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; in VkPipelineObj()
1478 m_cb_state.blendConstants[0] = 1.0f; in VkPipelineObj()
1479 m_cb_state.blendConstants[1] = 1.0f; in VkPipelineObj()
1480 m_cb_state.blendConstants[2] = 1.0f; in VkPipelineObj()
1481 m_cb_state.blendConstants[3] = 1.0f; in VkPipelineObj()
1557 m_cb_state.attachmentCount = m_colorAttachments.size(); in InitGraphicsPipelineCreateInfo()
1558 m_cb_state.pAttachments = m_colorAttachments.data(); in InitGraphicsPipelineCreateInfo()
1587 gp_ci->pColorBlendState = &m_cb_state; in InitGraphicsPipelineCreateInfo()
Dvkrenderframework.h466 VkPipelineColorBlendStateCreateInfo m_cb_state; variable