Home
last modified time | relevance | path

Searched defs:lvp_subpass (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h268 struct lvp_subpass { struct
270 struct lvp_subpass_attachment * attachments; argument
274 struct lvp_subpass_attachment * input_attachments; argument
275 struct lvp_subpass_attachment * color_attachments; argument
276 struct lvp_subpass_attachment * resolve_attachments; argument
277 struct lvp_subpass_attachment * depth_stencil_attachment; argument
278 struct lvp_subpass_attachment * ds_resolve_attachment; argument
279 VkResolveModeFlagBits depth_resolve_mode;
280 VkResolveModeFlagBits stencil_resolve_mode;
283 bool has_color_resolve;
[all …]