Home | History | Annotate | Download | only in vulkan

Lines Matching refs:depth_stencil_attachment

1530 	if(subpass->depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED) {
1531 int idx = subpass->depth_stencil_attachment.attachment;
1532 VkImageLayout layout = subpass->depth_stencil_attachment.layout;
2128 if (subpass->depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED) {
2130 subpass->depth_stencil_attachment);