Lines Matching defs:ds_resolve
317 const VkSubpassDescriptionDepthStencilResolve *ds_resolve =
325 (ds_resolve && ds_resolve->pDepthStencilResolveAttachment) +
449 const VkSubpassDescriptionDepthStencilResolve *ds_resolve =
452 if (ds_resolve && ds_resolve->pDepthStencilResolveAttachment) {
456 .attachment = ds_resolve->pDepthStencilResolveAttachment->attachment,
457 .layout = ds_resolve->pDepthStencilResolveAttachment->layout,
458 .stencil_layout = vk_att_ref_stencil_layout(ds_resolve->pDepthStencilResolveAttachment,
462 subpass->depth_resolve_mode = ds_resolve->depthResolveMode;
463 subpass->stencil_resolve_mode = ds_resolve->stencilResolveMode;