Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp902 …VkDeviceSize neededMemory = static_cast<VkDeviceSize>(static_cast<float>(colorSize + depthSte… in testWithSizeReduction() local
905 const VkDeviceSize deviceMemoryBudget = std::min(neededMemory, maxMemory); in testWithSizeReduction()
909 while (neededMemory > deviceMemoryBudget) in testWithSizeReduction()
918neededMemory = static_cast<VkDeviceSize>(static_cast<double>(colorSize + depthStencilSize) * addi… in testWithSizeReduction()
929 neededMemory, //VkDeviceSize allocationSize; in testWithSizeReduction()
944neededMemory = static_cast<VkDeviceSize>(static_cast<double>(colorSize + depthStencilSize) * addi… in testWithSizeReduction()