Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1274 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() local
1276 DE_ASSERT(totalUsage <= totalSysMem); in full()
1278 return (minAllocationSize + minReferenceSize) > (totalSysMem - totalUsage) in full()
1284 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() local
1295 || minReferenceSize > (totalSysMem - totalUsage); in full()
1327 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom() local
1328 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryMappingTests.cpp1274 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() local
1276 DE_ASSERT(totalUsage <= totalSysMem); in full()
1278 return (minAllocationSize + minReferenceSize) > (totalSysMem - totalUsage) in full()
1284 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() local
1295 || minReferenceSize > (totalSysMem - totalUsage); in full()
1327 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom() local
1328 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 …]
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
Dapp.js71 totalSysMem: "[PC Preview] unknow totalSysMem", property