Home
last modified time | relevance | path

Searched refs:maxMemory (Results 1 - 3 of 3) sorted by relevance

/third_party/lz4/programs/
H A Dbench.c79 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(size_t)*8)-31)); variable
612 if (requiredMem > maxMemory) requiredMem = maxMemory; in BMK_findMaxMem()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp804 VkDeviceSize maxMemory = getMaxDeviceHeapSize(context, caseDef) >> 2; in testWithSizeReduction() local
808 maxMemory = std::min(maxMemory, VkDeviceSize(memoryLimits.totalSystemMemory)); in testWithSizeReduction()
810 const VkDeviceSize deviceMemoryBudget = std::min(neededMemory, maxMemory); in testWithSizeReduction()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp898 VkDeviceSize maxMemory = std::min( in testWithSizeReduction() local
903 if (neededMemory > maxMemory) in testWithSizeReduction()

Completed in 8 milliseconds