Searched defs:PlatformMemoryLimits (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp104 struct PlatformMemoryLimits struct in namespace:vk
119 PlatformMemoryLimits (void) function in struct:vk::PlatformMemoryLimits
142 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0;
146 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform)
148 PlatformMemoryLimits limits;

Completed in 92 milliseconds