Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp150 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0;
154 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform) in getMemoryLimits() function
157 platform.getMemoryLimits(limits); in getMemoryLimits()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp43 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuOSXVulkanPlatform.cpp139 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.cpp327 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.cpp289 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.cpp337 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::Android::Platform
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp80 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::nullws::Platform
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp222 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp292 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in AllocateFreeTestInstance()
586 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in iterate()
DvktMemoryMappingTests.cpp1372 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp144 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::surfaceless::VulkanPlatform
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp59 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
DvktApiObjectManagementTests.cpp416 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp903 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in testWithSizeReduction()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp194 m_context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in scaleDimensionsToMemory()