Home
last modified time | relevance | path

Searched refs:totalUsage (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1134 const VkDeviceSize totalUsage = m_totalMemTracker.getTotalUsage(); in full() local
1137 DE_ASSERT(totalUsage <= totalSysMem); in full()
1139 return (minAllocationSize + minReferenceSize) > (totalSysMem - totalUsage) in full()
1144 const VkDeviceSize totalUsage = m_totalMemTracker.getTotalUsage(); in full() local
1156 || minReferenceSize > (totalSysMem - totalUsage); in full()
1187 const VkDeviceSize totalUsage = m_totalMemTracker.getTotalUsage(); in allocateRandom() local
1189 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 …]