Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatform.cpp356 const double safeUsageRatio = 0.1; in getMemoryLimits() local
358 const double safeUsageRatio = 0.25; in getMemoryLimits() local
361 limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB); in getMemoryLimits()

Completed in 1 milliseconds