Searched refs:totalSysMem (Results 1 – 3 of 3) sorted by relevance
1274 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() local1276 DE_ASSERT(totalUsage <= totalSysMem); in full()1278 return (minAllocationSize + minReferenceSize) > (totalSysMem - totalUsage) in full()1284 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() local1295 || minReferenceSize > (totalSysMem - totalUsage); in full()1327 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom() local1328 const VkDeviceSize availableBits = (totalSysMem - totalUsage) * 8; in allocateRandom()1346 DE_ASSERT(totalUsage <= totalSysMem); in allocateRandom()1347 DE_ASSERT(maxAllocationSize <= totalSysMem); in allocateRandom()1349 …if (minAllocationSize + minReferenceSize <= (totalSysMem - totalUsage) && minAllocationSize <= ava… in allocateRandom()[all …]
71 totalSysMem: "[PC Preview] unknow totalSysMem", property