Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuPlatform.hpp140 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const;
143 inline tcu::PlatformMemoryLimits getMemoryLimits (const tcu::Platform& platform) in getMemoryLimits() function
146 platform.getMemoryLimits(limits); in getMemoryLimits()
DtcuPlatform.cpp57 void Platform::getMemoryLimits (PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::Platform
/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp46 virtual void getMemoryLimits (tcu::PlatformMemoryLimits& limits) const;
DtcuNullPlatform.cpp90 void Platform::getMemoryLimits (tcu::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::null::Platform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp50 virtual void getMemoryLimits (tcu::PlatformMemoryLimits& limits) const;
DtcuAndroidPlatform.cpp341 void Platform::getMemoryLimits (tcu::PlatformMemoryLimits& limits) const in getMemoryLimits() function in tcu::Android::Platform
/external/deqp/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp64 void getMemoryLimits(tcu::PlatformMemoryLimits& limits) const { in getMemoryLimits() function in FuchsiaVkPlatform
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp227 context.getTestContext().getPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp361 , m_memoryLimits (tcu::getMemoryLimits(context.getTestContext().getPlatform())) in AllocateFreeTestInstance()
675 , m_memoryLimits (tcu::getMemoryLimits(context.getTestContext().getPlatform())) in iterate()
DvktMemoryMappingTests.cpp1436 , m_memoryLimits (tcu::getMemoryLimits(context.getTestContext().getPlatform())) in RandomMemoryMappingInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp60 context.getTestContext().getPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
DvktApiObjectManagementTests.cpp454 context.getTestContext().getPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp807 context.getTestContext().getPlatform().getMemoryLimits(memoryLimits); in testWithSizeReduction()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp193 m_context.getTestContext().getPlatform().getMemoryLimits(memoryLimits); in scaleDimensionsToMemory()