Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp224 …e << "totalSystemMemory = " << prettySize(limits.totalSystemMemory) << " (" << limits.totalSystemM… in logPlatformMemoryLimits()
232 TCU_CHECK(limits.totalSystemMemory > 0); in logPlatformMemoryLimits()
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.hpp82 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullPlatform.cpp91 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp141 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.cpp151 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1274 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()
1284 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full()
1287 ? m_limits.totalSystemMemory in full()
1327 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()
1359 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in allocateRandom()
1362 ? m_limits.totalSystemMemory in allocateRandom()
1547 (sysMemUsage+m_memoryMappingSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory)) in iterate()
1565 if (sysMemUsage+m_memoryObjectSysMemSize <= (VkDeviceSize)m_memoryLimits.totalSystemMemory) in iterate()
DvktMemoryAllocationTests.cpp647 …llocateSys = usedSysMem + m_allocSysMemSize + 1024 < m_memoryLimits.totalSystemMemory; // \note Al… in iterate()
719 …eap.maxMemoryUsage - heap.memoryUsage, (VkDeviceSize)m_memoryLimits.totalSystemMemory - usedSysMem… in iterate()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp289 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp325 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp342 …limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMe… in getMemoryLimits()
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp146 limits.totalSystemMemory = 256*1024*1024; in getMemoryLimits()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp74 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp904 maxMemory = std::min(maxMemory, VkDeviceSize(memoryLimits.totalSystemMemory)); in testWithSizeReduction()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp195 GLsizeiptr sysSpace = memoryLimits.totalSystemMemory; in scaleDimensionsToMemory()