Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp114 …size_t totalSystemMemory; //!< #bytes of system memory (heap + HOST_LOCAL) tests must not ex… member
127 : totalSystemMemory (0) in PlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp224 …e << "totalSystemMemory = " << prettySize(limits.totalSystemMemory) << " (" << limits.totalSystemM… in logPlatformMemoryLimits()
232 TCU_CHECK(limits.totalSystemMemory > 0); in logPlatformMemoryLimits()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp82 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp91 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp141 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1213 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()
1223 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()
1226 ? m_limits.totalSystemMemory in full()
1266 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()
1298 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()
1301 ? m_limits.totalSystemMemory in allocateRandom()
1486 (sysMemUsage+m_memoryMappingSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory)) in iterate()
1504 if (sysMemUsage+m_memoryObjectSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory) in iterate()
DvktMemoryAllocationTests.cpp647 …llocateSys = usedSysMem + m_allocSysMemSize + 1024 < m_memoryLimits.totalSystemMemory; // \note Al… in iterate()
718 …eap.maxMemoryUsage - heap.memoryUsage, (VkDeviceSize)m_memoryLimits.totalSystemMemory - usedSysMem… in iterate()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp291 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp329 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp344 …limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMe… in getMemoryLimits()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp146 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp73 size = std::min(bufferSize, limits.totalSystemMemory - alignment); in getMaxBufferSize()
DvktApiObjectManagementTests.cpp395 return de::min(memoryLimits.totalSystemMemory / objectSystemMemoryUsage, in getSafeObjectCount()
403 return memoryLimits.totalSystemMemory / (objectSystemMemoryUsage + (size_t)roundedUpDeviceMemory); in getSafeObjectCount()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp904 maxMemory = std::min(maxMemory, VkDeviceSize(memoryLimits.totalSystemMemory)); in testWithSizeReduction()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp195 GLsizeiptr sysSpace = memoryLimits.totalSystemMemory; in scaleDimensionsToMemory()