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

  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 83 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 142 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0;
146 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform)
149 platform.getMemoryLimits(limits);
  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.cpp 246 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 198 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 318 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const

Completed in 1746 milliseconds