Home
last modified time | relevance | path

Searched refs:depth_info (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp623 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in ImGui_ImplVulkan_CreateDeviceObjects() local
624 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()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp854 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in ImGui_ImplVulkan_CreatePipeline() local
855 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c798 VkPipelineDepthStencilStateCreateInfo depth_info = { in build_pipeline() local
832 vk_pipeline_info.pDepthStencilState = &depth_info; in build_pipeline()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1580 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in setup_swapchain_data_pipeline() local
1581 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()