HomeSort by relevance Sort by last modified time
    Searched defs:getMemoryLimits (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 89 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 146 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0;
150 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform)
153 platform.getMemoryLimits(limits);
  /external/deqp/framework/platform/osx/
tcuOSXVulkanPlatform.cpp 135 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.cpp 273 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 327 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 279 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 136 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const

Completed in 83 milliseconds