Searched refs:sub_desc (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 7685 … const safe_VkSubpassDescription2KHR &sub_desc, uint64_t rp_handle, uint32_t img_index, in ValidateImageBarrierImage() argument 7706 …if (sub_desc.pDepthStencilAttachment && sub_desc.pDepthStencilAttachment->attachment == attach_ind… in ValidateImageBarrierImage() 7707 sub_image_layout = sub_desc.pDepthStencilAttachment->layout; in ValidateImageBarrierImage() 7710 …onst auto *resolve = lvl_find_in_chain<VkSubpassDescriptionDepthStencilResolveKHR>(sub_desc.pNext); in ValidateImageBarrierImage() 7717 for (uint32_t j = 0; j < sub_desc.colorAttachmentCount; ++j) { in ValidateImageBarrierImage() 7718 … if (sub_desc.pColorAttachments && sub_desc.pColorAttachments[j].attachment == attach_index) { in ValidateImageBarrierImage() 7719 sub_image_layout = sub_desc.pColorAttachments[j].layout; in ValidateImageBarrierImage() 7722 …} else if (sub_desc.pResolveAttachments && sub_desc.pResolveAttachments[j].attachment == attach_in… in ValidateImageBarrierImage() 7723 sub_image_layout = sub_desc.pResolveAttachments[j].layout; in ValidateImageBarrierImage() 7769 … uint32_t active_subpass, const safe_VkSubpassDescription2KHR &sub_desc, in ValidateRenderPassImageBarriers() argument [all …]
|
D | core_validation.h | 346 … const safe_VkSubpassDescription2KHR& sub_desc, uint64_t rp_handle, uint32_t img_index, 381 … uint32_t active_subpass, const safe_VkSubpassDescription2KHR& sub_desc, uint64_t rp_handle,
|