Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp26 size_t subpassesSize = 0; in ComputeRequiredAllocationSizeT() local
39 subpassesSize += sizeof(VkSubpassDescription) + in ComputeRequiredAllocationSizeT()
46 return attachmentSize + subpassesSize + dependenciesSize; in ComputeRequiredAllocationSizeT()
214 size_t subpassesSize = pCreateInfo->subpassCount * sizeof(VkSubpassDescription); in init() local
217 hostMemory += subpassesSize; in init()