Searched refs:depth_info (Results 1 – 4 of 4) sorted by relevance
623 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in ImGui_ImplVulkan_CreateDeviceObjects() local624 depth_info.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in ImGui_ImplVulkan_CreateDeviceObjects()647 info.pDepthStencilState = &depth_info; in ImGui_ImplVulkan_CreateDeviceObjects()
854 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in ImGui_ImplVulkan_CreatePipeline() local855 depth_info.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in ImGui_ImplVulkan_CreatePipeline()880 info.pDepthStencilState = &depth_info; in ImGui_ImplVulkan_CreatePipeline()
798 VkPipelineDepthStencilStateCreateInfo depth_info = { in build_pipeline() local832 vk_pipeline_info.pDepthStencilState = &depth_info; in build_pipeline()
1580 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in setup_swapchain_data_pipeline() local1581 depth_info.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in setup_swapchain_data_pipeline()1604 info.pDepthStencilState = &depth_info; in setup_swapchain_data_pipeline()