Home
last modified time | relevance | path

Searched refs:getMemoryLimits (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp145 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0;
149 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform) in getMemoryLimits() function
152 platform.getMemoryLimits(limits); in getMemoryLimits()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp43 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuLnxVulkanPlatform.cpp251 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::lnx::VulkanPlatform
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp44 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuWin32VulkanPlatform.cpp202 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp49 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuNullPlatform.cpp89 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::null::Platform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp56 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuAndroidPlatform.cpp323 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::Android::Platform
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp221 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp133 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::surfaceless::VulkanPlatform
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp58 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
DvktApiObjectManagementTests.cpp393 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp470 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in iterate()
DvktMemoryMappingTests.cpp1310 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()