Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp905 const VkDeviceSize deviceMemoryBudget = std::min(neededMemory, maxMemory); in testWithSizeReduction() local
909 while (neededMemory > deviceMemoryBudget) in testWithSizeReduction()