Searched defs:lvp_subpass (Results 1 – 1 of 1) sorted by relevance
268 struct lvp_subpass { struct270 struct lvp_subpass_attachment * attachments; argument274 struct lvp_subpass_attachment * input_attachments; argument275 struct lvp_subpass_attachment * color_attachments; argument276 struct lvp_subpass_attachment * resolve_attachments; argument277 struct lvp_subpass_attachment * depth_stencil_attachment; argument278 struct lvp_subpass_attachment * ds_resolve_attachment; argument279 VkResolveModeFlagBits depth_resolve_mode;280 VkResolveModeFlagBits stencil_resolve_mode;283 bool has_color_resolve;[all …]