Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1170 m_ds_state.sType = in VkPipelineObj()
1172 m_ds_state.pNext = VK_NULL_HANDLE, m_ds_state.depthTestEnable = VK_FALSE; in VkPipelineObj()
1173 m_ds_state.depthWriteEnable = VK_FALSE; in VkPipelineObj()
1174 m_ds_state.depthBoundsTestEnable = VK_FALSE; in VkPipelineObj()
1175 m_ds_state.depthCompareOp = VK_COMPARE_OP_LESS_OR_EQUAL; in VkPipelineObj()
1176 m_ds_state.back.depthFailOp = VK_STENCIL_OP_KEEP; in VkPipelineObj()
1177 m_ds_state.back.failOp = VK_STENCIL_OP_KEEP; in VkPipelineObj()
1178 m_ds_state.back.passOp = VK_STENCIL_OP_KEEP; in VkPipelineObj()
1179 m_ds_state.back.compareOp = VK_COMPARE_OP_ALWAYS; in VkPipelineObj()
1180 m_ds_state.stencilTestEnable = VK_FALSE; in VkPipelineObj()
[all …]
Dvkrenderframework.h442 VkPipelineDepthStencilStateCreateInfo m_ds_state; variable