Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp22 size_t ComputeRequiredAllocationSizeT(const T *pCreateInfo) in ComputeRequiredAllocationSizeT() function
373 return ComputeRequiredAllocationSizeT(pCreateInfo); in ComputeRequiredAllocationSize()
378 size_t requiredMemory = ComputeRequiredAllocationSizeT(pCreateInfo); in ComputeRequiredAllocationSize()