HomeSort by relevance Sort by last modified time
    Searched refs:totalSystemMemory (Results 1 - 13 of 13) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 110 size_t totalSystemMemory; //!< #bytes of system memory (heap + HOST_LOCAL) tests must not exceed
123 : totalSystemMemory (0)
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 91 limits.totalSystemMemory = 256*1024*1024;
  /external/deqp/framework/platform/osx/
tcuOSXVulkanPlatform.cpp 137 limits.totalSystemMemory = 256*1024*1024;
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 223 log << TestLog::Message << "totalSystemMemory = " << prettySize(limits.totalSystemMemory) << " (" << limits.totalSystemMemory << ")\n"
231 TCU_CHECK(limits.totalSystemMemory > 0);
  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.cpp 275 limits.totalSystemMemory = 256*1024*1024;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 281 limits.totalSystemMemory = 256*1024*1024;
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp     [all...]
vktMemoryAllocationTests.cpp 561 const bool canAllocateSys = usedSysMem + m_allocSysMemSize + 1024 < m_memoryLimits.totalSystemMemory; // \note Always leave room for 1 KiB sys mem alloc
632 : de::min(heap.maxMemoryUsage - heap.memoryUsage, (VkDeviceSize)m_memoryLimits.totalSystemMemory - usedSysMem - m_allocSysMemSize);
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 334 limits.totalSystemMemory = de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB);
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 138 limits.totalSystemMemory = 256*1024*1024;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 72 size = std::min(bufferSize, limits.totalSystemMemory - alignment);
vktApiObjectManagementTests.cpp 380 return de::min(memoryLimits.totalSystemMemory / objectSystemMemoryUsage,
388 return memoryLimits.totalSystemMemory / (objectSystemMemoryUsage + (size_t)roundedUpDeviceMemory);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderImageLoadStoreTests.cpp 195 GLsizeiptr sysSpace = memoryLimits.totalSystemMemory;
    [all...]

Completed in 299 milliseconds