OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMemoryLimits
(Results
1 - 12
of
12
) sorted by null
/external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.hpp
44
void
getMemoryLimits
(vk::PlatformMemoryLimits& limits) const;
tcuWin32VulkanPlatform.cpp
198
void VulkanPlatform::
getMemoryLimits
(vk::PlatformMemoryLimits& limits) const
/external/deqp/framework/platform/null/
tcuNullPlatform.hpp
49
void
getMemoryLimits
(vk::PlatformMemoryLimits& limits) const;
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/android/
tcuAndroidPlatform.hpp
56
void
getMemoryLimits
(vk::PlatformMemoryLimits& limits) const;
tcuAndroidPlatform.cpp
318
void Platform::
getMemoryLimits
(vk::PlatformMemoryLimits& limits) const
/external/deqp/framework/platform/X11/
tcuX11Platform.cpp
96
void
getMemoryLimits
(vk::PlatformMemoryLimits& limits) const
/external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp
221
context.getTestContext().getPlatform().getVulkanPlatform().
getMemoryLimits
(limits);
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp
316
, m_memoryLimits (
getMemoryLimits
(context.getTestContext().getPlatform().getVulkanPlatform()))
vktMemoryMappingTests.cpp
909
, m_memoryLimits (
getMemoryLimits
(context.getTestContext().getPlatform().getVulkanPlatform()))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp
381
context.getTestContext().getPlatform().getVulkanPlatform().
getMemoryLimits
(memoryLimits);
[
all
...]
Completed in 217 milliseconds