Searched refs:totalUsage (Results 1 – 1 of 1) sorted by relevance
1134 const VkDeviceSize totalUsage = m_totalMemTracker.getTotalUsage(); in full() local1137 DE_ASSERT(totalUsage <= totalSysMem); in full()1139 return (minAllocationSize + minReferenceSize) > (totalSysMem - totalUsage) in full()1144 const VkDeviceSize totalUsage = m_totalMemTracker.getTotalUsage(); in full() local1156 || minReferenceSize > (totalSysMem - totalUsage); in full()1187 const VkDeviceSize totalUsage = m_totalMemTracker.getTotalUsage(); in allocateRandom() local1189 const VkDeviceSize availableBits = (totalSysMem - totalUsage) * 8; in allocateRandom()1205 DE_ASSERT(totalUsage <= totalSysMem); in allocateRandom()1208 …if (minAllocationSize + minReferenceSize <= (totalSysMem - totalUsage) && minAllocationSize <= ava… in allocateRandom()1217 const VkDeviceSize totalUsage = m_totalMemTracker.getTotalUsage(); in allocateRandom() local[all …]