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

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 110 VkDeviceSize totalDeviceLocalMemory; //!< #bytes of total DEVICE_LOCAL memory tests must not exceed or 0 if DEVICE_LOCAL counts against system memory
121 , totalDeviceLocalMemory (0)
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 86 limits.totalDeviceLocalMemory = 0;
  /external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.cpp 138 limits.totalDeviceLocalMemory = 128*1024*1024;
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 224 << "totalDeviceLocalMemory = " << prettySize(limits.totalDeviceLocalMemory) << " (" << limits.totalDeviceLocalMemory << ")\n"
  /external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.cpp 190 limits.totalDeviceLocalMemory = 128*1024*1024;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 201 limits.totalDeviceLocalMemory = 128*1024*1024;
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 377 const bool isUMA = m_memoryLimits.totalDeviceLocalMemory == 0;
380 const bool canAllocateDev = isUMA ? canAllocateSys : (m_totalDeviceMem + 16 < m_memoryLimits.totalDeviceLocalMemory);
440 ? de::min(heap.maxMemoryUsage - heap.memoryUsage, (VkDeviceSize)m_memoryLimits.totalDeviceLocalMemory - m_totalDeviceMem)
vktMemoryMappingTests.cpp 940 const bool isUMA = m_limits.totalDeviceLocalMemory == 0;
965 : m_limits.totalDeviceLocalMemory;
985 const bool isUMA = m_limits.totalDeviceLocalMemory == 0;
1040 : m_limits.totalDeviceLocalMemory;
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 328 limits.totalDeviceLocalMemory = 0;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 364 if (memoryLimits.totalDeviceLocalMemory > 0 && roundedUpDeviceMemory > 0)
368 (size_t)(memoryLimits.totalDeviceLocalMemory / roundedUpDeviceMemory));
370 return (size_t)(memoryLimits.totalDeviceLocalMemory / roundedUpDeviceMemory);
    [all...]

Completed in 163 milliseconds