Home | History | Annotate | Download | only in vulkan

Lines Matching refs:depth_stencil_attachment

892 	if(subpass->depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED) {
893 int idx = subpass->depth_stencil_attachment.attachment;
894 VkImageLayout layout = subpass->depth_stencil_attachment.layout;
1272 if (subpass->depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED) {
1274 subpass->depth_stencil_attachment);