Searched refs:m_ds_state (Results 1 – 2 of 2) sorted by relevance
466 VkPipelineDepthStencilStateCreateInfo const *m_ds_state; variable
1643 m_ds_state = nullptr; in VkPipelineObj()1676 …::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_state = ds_state; } in SetDepthStencil()1760 gp_ci->pDepthStencilState = m_ds_state; in InitGraphicsPipelineCreateInfo()