Searched refs:maxExistingBlockSize (Results 1 – 3 of 3) sorted by relevance
11542 const VkDeviceSize maxExistingBlockSize = CalcMaxBlockSize(); in AllocatePage() local11546 … if(smallerNewBlockSize > maxExistingBlockSize && smallerNewBlockSize >= size * 2) in AllocatePage()
12587 const VkDeviceSize maxExistingBlockSize = CalcMaxBlockSize(); in AllocatePage() local12591 if (smallerNewBlockSize > maxExistingBlockSize && smallerNewBlockSize >= size * 2) in AllocatePage()
12548 const VkDeviceSize maxExistingBlockSize = CalcMaxBlockSize(); in AllocatePage() local12552 if (smallerNewBlockSize > maxExistingBlockSize && smallerNewBlockSize >= size * 2) in AllocatePage()