Searched refs:totalSystemMemory (Results 1 – 14 of 14) sorted by relevance
114 …size_t totalSystemMemory; //!< #bytes of system memory (heap + HOST_LOCAL) tests must not ex… member127 : totalSystemMemory (0) in PlatformMemoryLimits()
224 …e << "totalSystemMemory = " << prettySize(limits.totalSystemMemory) << " (" << limits.totalSystemM… in logPlatformMemoryLimits()232 TCU_CHECK(limits.totalSystemMemory > 0); in logPlatformMemoryLimits()
91 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
137 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
1124 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()1134 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()1137 ? m_limits.totalSystemMemory in full()1177 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()1207 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()1210 ? m_limits.totalSystemMemory in allocateRandom()1393 (sysMemUsage+m_memoryMappingSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory)) in iterate()1411 if (sysMemUsage+m_memoryObjectSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory) in iterate()
643 …llocateSys = usedSysMem + m_allocSysMemSize + 1024 < m_memoryLimits.totalSystemMemory; // \note Al… in iterate()714 …eap.maxMemoryUsage - heap.memoryUsage, (VkDeviceSize)m_memoryLimits.totalSystemMemory - usedSysMem… in iterate()
281 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
275 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
334 …limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMe… in getMemoryLimits()
138 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
72 size = std::min(bufferSize, limits.totalSystemMemory - alignment); in getMaxBufferSize()
391 return de::min(memoryLimits.totalSystemMemory / objectSystemMemoryUsage, in getSafeObjectCount()399 return memoryLimits.totalSystemMemory / (objectSystemMemoryUsage + (size_t)roundedUpDeviceMemory); in getSafeObjectCount()
904 maxMemory = std::min(maxMemory, VkDeviceSize(memoryLimits.totalSystemMemory)); in testWithSizeReduction()
195 GLsizeiptr sysSpace = memoryLimits.totalSystemMemory; in scaleDimensionsToMemory()