Home
last modified time | relevance | path

Searched refs:pInputAttachmentAspectInfo (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp165 const VkRenderPassInputAttachmentAspectCreateInfo* pInputAttachmentAspectInfo = in ConvertVkRenderPassCreateInfoToV2KHR() local
167 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()
Dcore_validation.cpp10637 const VkRenderPassInputAttachmentAspectCreateInfo *pInputAttachmentAspectInfo = in PreCallValidateCreateRenderPass() local
10639 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()