Home
last modified time | relevance | path

Searched refs:depth_stencil_resolve (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c441 VkPhysicalDeviceDepthStencilResolveProperties depth_stencil_resolve; in vn_physical_device_init_properties() member
468 VN_ADD_TO_PNEXT(local_props.depth_stencil_resolve, in vn_physical_device_init_properties()
670 local_props.depth_stencil_resolve.supportedDepthResolveModes; in vn_physical_device_init_properties()
672 local_props.depth_stencil_resolve.supportedStencilResolveModes; in vn_physical_device_init_properties()
674 local_props.depth_stencil_resolve.independentResolveNone; in vn_physical_device_init_properties()
676 local_props.depth_stencil_resolve.independentResolve; in vn_physical_device_init_properties()
1902 VkPhysicalDeviceDepthStencilResolveProperties *depth_stencil_resolve; in vn_GetPhysicalDeviceProperties2() member
2085 u.depth_stencil_resolve->supportedDepthResolveModes = in vn_GetPhysicalDeviceProperties2()
2087 u.depth_stencil_resolve->supportedStencilResolveModes = in vn_GetPhysicalDeviceProperties2()
2089 u.depth_stencil_resolve in vn_GetPhysicalDeviceProperties2()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c722 is_depth_stencil_resolve_enabled(const VkSubpassDescriptionDepthStencilResolve *depth_stencil_resolve) in is_depth_stencil_resolve_enabled() argument
724 if (depth_stencil_resolve && in is_depth_stencil_resolve_enabled()
725 depth_stencil_resolve->pDepthStencilResolveAttachment && in is_depth_stencil_resolve_enabled()
726 depth_stencil_resolve->pDepthStencilResolveAttachment->attachment != VK_ATTACHMENT_UNUSED) { in is_depth_stencil_resolve_enabled()

Completed in 5 milliseconds