Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DlibVulkan.cpp196 …const VkRenderPassInputAttachmentAspectCreateInfo *inputAttachmentAspectCreateInfo = reinterpret_c… in ValidateRenderPassPNextChain() local
198 for(uint32_t i = 0; i < inputAttachmentAspectCreateInfo->aspectReferenceCount; i++) in ValidateRenderPassPNextChain()
200 const auto &aspectReference = inputAttachmentAspectCreateInfo->pAspectReferences[i]; in ValidateRenderPassPNextChain()