Searched refs:totalSystemMemory (Results 1 – 16 of 16) 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()
82 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
91 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
141 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
151 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
1274 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()1284 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()1287 ? m_limits.totalSystemMemory in full()1327 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()1359 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()1362 ? m_limits.totalSystemMemory in allocateRandom()1547 (sysMemUsage+m_memoryMappingSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory)) in iterate()1565 if (sysMemUsage+m_memoryObjectSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory) in iterate()
647 …llocateSys = usedSysMem + m_allocSysMemSize + 1024 < m_memoryLimits.totalSystemMemory; // \note Al… in iterate()719 …eap.maxMemoryUsage - heap.memoryUsage, (VkDeviceSize)m_memoryLimits.totalSystemMemory - usedSysMem… in iterate()
289 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
325 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
342 …limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMe… in getMemoryLimits()
146 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
74 size = std::min(bufferSize, limits.totalSystemMemory - alignment); in getMaxBufferSize()
395 return de::min(memoryLimits.totalSystemMemory / objectSystemMemoryUsage, in getSafeObjectCount()403 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()