Searched refs:depth_info (Results 1 – 2 of 2) sorted by relevance
921 VkPipelineDepthStencilStateCreateInfo depth_info = { in build_pipeline() local959 vk_pipeline_info.pDepthStencilState = &depth_info; in build_pipeline()
1571 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in setup_swapchain_data_pipeline() local1572 depth_info.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in setup_swapchain_data_pipeline()1595 info.pDepthStencilState = &depth_info; in setup_swapchain_data_pipeline()