OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/X11/
tcuX11Platform.cpp
96
void
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 563 milliseconds