OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalSystemMemory
(Results
1 - 10
of
10
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp
107
size_t
totalSystemMemory
; //!< #bytes of system memory (heap + HOST_LOCAL) tests must not exceed
120
:
totalSystemMemory
(0)
/external/deqp/framework/platform/null/
tcuNullPlatform.cpp
85
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/wayland/
tcuWaylandVulkanPlatform.cpp
137
limits.
totalSystemMemory
= 256*1024*1024;
/external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.cpp
189
limits.
totalSystemMemory
= 256*1024*1024;
/external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp
200
limits.
totalSystemMemory
= 256*1024*1024;
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp
951
const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.
totalSystemMemory
;
961
const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.
totalSystemMemory
;
964
? m_limits.
totalSystemMemory
1006
const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.
totalSystemMemory
;
1036
const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.
totalSystemMemory
;
1039
? m_limits.
totalSystemMemory
[
all
...]
vktMemoryAllocationTests.cpp
379
const bool canAllocateSys = usedSysMem + m_allocSysMemSize + 1024 < m_memoryLimits.
totalSystemMemory
; // \note Always leave room for 1 KiB sys mem alloc
441
: de::min(heap.maxMemoryUsage - heap.memoryUsage, (VkDeviceSize)m_memoryLimits.
totalSystemMemory
- usedSysMem - m_allocSysMemSize);
/external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp
325
limits.
totalSystemMemory
= de::max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB);
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp
367
return de::min(memoryLimits.
totalSystemMemory
/ objectSystemMemoryUsage,
375
return memoryLimits.
totalSystemMemory
/ (objectSystemMemoryUsage + (size_t)roundedUpDeviceMemory);
[
all
...]
Completed in 68 milliseconds