Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp146 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0;
150 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform) in getMemoryLimits() function
153 platform.getMemoryLimits(limits); in getMemoryLimits()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp43 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuOSXVulkanPlatform.cpp135 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::osx::VulkanPlatform
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp44 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuLnxVulkanPlatform.cpp273 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::lnx::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/win32/
DtcuWin32VulkanPlatform.hpp45 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuWin32VulkanPlatform.cpp279 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp56 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuAndroidPlatform.cpp327 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/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp227 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in AllocateFreeTestInstance()
500 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in iterate()
DvktMemoryMappingTests.cpp1290 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp136 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.cpp401 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp194 m_context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in scaleDimensionsToMemory()