/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 150 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/ |
D | tcuOSXVulkanPlatform.hpp | 43 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
|
D | tcuOSXVulkanPlatform.cpp | 139 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::osx::VulkanPlatform
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.hpp | 44 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
|
D | tcuLnxVulkanPlatform.cpp | 327 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::lnx::VulkanPlatform
|
/external/deqp/framework/platform/null/ |
D | tcuNullPlatform.hpp | 49 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
|
D | tcuNullPlatform.cpp | 89 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::null::Platform
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.hpp | 45 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
|
D | tcuWin32VulkanPlatform.cpp | 289 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::win32::VulkanPlatform
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.hpp | 56 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
|
D | tcuAndroidPlatform.cpp | 337 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::Android::Platform
|
/external/deqp/framework/platform/nullws/ |
D | tcuNullWSPlatform.hpp | 80 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::nullws::Platform
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 222 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 292 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in AllocateFreeTestInstance() 586 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in iterate()
|
D | vktMemoryMappingTests.cpp | 1372 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 144 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::surfaceless::VulkanPlatform
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 59 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
|
D | vktApiObjectManagementTests.cpp | 416 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 903 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in testWithSizeReduction()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 194 m_context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in scaleDimensionsToMemory()
|