Searched refs:sub_desc (Results 1 – 2 of 2) sorted by relevance
8049 … uint32_t active_subpass, const safe_VkSubpassDescription2KHR &sub_desc, in ValidateImageBarrierImage() argument8071 …if (sub_desc.pDepthStencilAttachment && sub_desc.pDepthStencilAttachment->attachment == attach_ind… in ValidateImageBarrierImage()8072 sub_image_layout = sub_desc.pDepthStencilAttachment->layout; in ValidateImageBarrierImage()8075 …onst auto *resolve = lvl_find_in_chain<VkSubpassDescriptionDepthStencilResolveKHR>(sub_desc.pNext); in ValidateImageBarrierImage()8082 for (uint32_t j = 0; j < sub_desc.colorAttachmentCount; ++j) { in ValidateImageBarrierImage()8083 … if (sub_desc.pColorAttachments && sub_desc.pColorAttachments[j].attachment == attach_index) { in ValidateImageBarrierImage()8084 sub_image_layout = sub_desc.pColorAttachments[j].layout; in ValidateImageBarrierImage()8087 …} else if (sub_desc.pResolveAttachments && sub_desc.pResolveAttachments[j].attachment == attach_in… in ValidateImageBarrierImage()8088 sub_image_layout = sub_desc.pResolveAttachments[j].layout; in ValidateImageBarrierImage()8132 … const safe_VkSubpassDescription2KHR &sub_desc, const VulkanTypedHandle &rp_handle, in ValidateRenderPassImageBarriers() argument[all …]
963 … uint32_t active_subpass, const safe_VkSubpassDescription2KHR& sub_desc,996 … const safe_VkSubpassDescription2KHR& sub_desc, const VulkanTypedHandle& rp_handle,