Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFramebuffer.cpp202 const VkFramebufferAttachmentsCreateInfo *attachmentsInfo = nullptr; in ComputeRequiredAllocationSize() local
208 attachmentsInfo = reinterpret_cast<const VkFramebufferAttachmentsCreateInfo *>(curInfo); in ComputeRequiredAllocationSize()
220 ASSERT(attachmentsInfo != nullptr); in ComputeRequiredAllocationSize()
221 return attachmentsInfo->attachmentImageInfoCount * sizeof(void *); in ComputeRequiredAllocationSize()