Searched refs:pInputAttachmentAspectInfo (Results 1 – 2 of 2) sorted by relevance
165 const VkRenderPassInputAttachmentAspectCreateInfo* pInputAttachmentAspectInfo = in ConvertVkRenderPassCreateInfoToV2KHR() local167 if (pInputAttachmentAspectInfo) { in ConvertVkRenderPassCreateInfoToV2KHR()168 for (uint32_t i = 0; i < pInputAttachmentAspectInfo->aspectReferenceCount; ++i) { in ConvertVkRenderPassCreateInfoToV2KHR()169 uint32_t subpass = pInputAttachmentAspectInfo->pAspectReferences[i].subpass; in ConvertVkRenderPassCreateInfoToV2KHR()170 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in ConvertVkRenderPassCreateInfoToV2KHR()171 … VkImageAspectFlags aspectMask = pInputAttachmentAspectInfo->pAspectReferences[i].aspectMask; in ConvertVkRenderPassCreateInfoToV2KHR()
10637 const VkRenderPassInputAttachmentAspectCreateInfo *pInputAttachmentAspectInfo = in PreCallValidateCreateRenderPass() local10639 if (pInputAttachmentAspectInfo) { in PreCallValidateCreateRenderPass()10640 for (uint32_t i = 0; i < pInputAttachmentAspectInfo->aspectReferenceCount; ++i) { in PreCallValidateCreateRenderPass()10641 uint32_t subpass = pInputAttachmentAspectInfo->pAspectReferences[i].subpass; in PreCallValidateCreateRenderPass()10642 … uint32_t attachment = pInputAttachmentAspectInfo->pAspectReferences[i].inputAttachmentIndex; in PreCallValidateCreateRenderPass()