Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp107 struct PlatformMemoryLimits struct
122 PlatformMemoryLimits (void) in PlatformMemoryLimits() function
146 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0;
150 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform) in getMemoryLimits()
152 PlatformMemoryLimits 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()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp44 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuLnxVulkanPlatform.cpp273 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits()
/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp49 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuNullPlatform.cpp89 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp45 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuWin32VulkanPlatform.cpp279 void VulkanPlatform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp56 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const;
DtcuAndroidPlatform.cpp327 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp54 PlatformMemoryLimits getPlatformMemoryLimits (Context& context) in getPlatformMemoryLimits()
56 PlatformMemoryLimits memoryLimits; in getPlatformMemoryLimits()
65 const PlatformMemoryLimits& limits) in getMaxBufferSize()
DvktApiObjectManagementTests.cpp321 VkDeviceSize getPageTableSize (const PlatformMemoryLimits& limits, VkDeviceSize allocationSize) in getPageTableSize()
371 size_t getSafeObjectCount (const PlatformMemoryLimits& memoryLimits, in getSafeObjectCount()
397 PlatformMemoryLimits getPlatformMemoryLimits (Context& context) in getPlatformMemoryLimits()
399 PlatformMemoryLimits memoryLimits; in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp219 vk::PlatformMemoryLimits limits; in logPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp238 const PlatformMemoryLimits m_memoryLimits;
483 const PlatformMemoryLimits m_memoryLimits; in iterate()
DvktMemoryMappingTests.cpp1057 const PlatformMemoryLimits& memoryLimits, in MemoryHeap()
1109 const PlatformMemoryLimits& m_limits;
1494 const PlatformMemoryLimits m_memoryLimits;
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp136 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const in getMemoryLimits()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp193 vk::PlatformMemoryLimits memoryLimits; in scaleDimensionsToMemory()