Searched refs:neededMemory (Results 1 – 1 of 1) sorted by relevance
902 …VkDeviceSize neededMemory = static_cast<VkDeviceSize>(static_cast<float>(colorSize + depthSte… in testWithSizeReduction() local905 const VkDeviceSize deviceMemoryBudget = std::min(neededMemory, maxMemory); in testWithSizeReduction()909 while (neededMemory > deviceMemoryBudget) in testWithSizeReduction()918 …neededMemory = static_cast<VkDeviceSize>(static_cast<double>(colorSize + depthStencilSize) * addi… in testWithSizeReduction()929 neededMemory, //VkDeviceSize allocationSize; in testWithSizeReduction()944 …neededMemory = static_cast<VkDeviceSize>(static_cast<double>(colorSize + depthStencilSize) * addi… in testWithSizeReduction()