OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformMemoryLimits
(Results
1 - 15
of
15
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp
104
struct
PlatformMemoryLimits
119
PlatformMemoryLimits
(void)
142
virtual void getMemoryLimits (
PlatformMemoryLimits
& limits) const = 0;
146
inline
PlatformMemoryLimits
getMemoryLimits (const Platform& platform)
148
PlatformMemoryLimits
limits;
/external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.hpp
42
void getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const;
tcuX11VulkanPlatform.cpp
187
void VulkanPlatform::getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const
/external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.hpp
42
void getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const;
tcuWaylandVulkanPlatform.cpp
135
void WaylandVulkanPlatform::getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const
/external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.hpp
44
void getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const;
tcuWin32VulkanPlatform.cpp
198
void VulkanPlatform::getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const
/external/deqp/framework/platform/null/
tcuNullPlatform.hpp
49
void getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const;
tcuNullPlatform.cpp
83
void Platform::getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const
/external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp
56
void getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const;
tcuAndroidPlatform.cpp
318
void Platform::getMemoryLimits (vk::
PlatformMemoryLimits
& limits) const
/external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp
219
vk::
PlatformMemoryLimits
limits;
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp
873
const
PlatformMemoryLimits
& memoryLimits,
925
const
PlatformMemoryLimits
& m_limits;
[
all
...]
vktMemoryAllocationTests.cpp
301
const
PlatformMemoryLimits
m_memoryLimits;
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp
310
VkDeviceSize getPageTableSize (const
PlatformMemoryLimits
& limits, VkDeviceSize allocationSize)
358
size_t getSafeObjectCount (const
PlatformMemoryLimits
& memoryLimits,
384
PlatformMemoryLimits
getPlatformMemoryLimits (Context& context)
386
PlatformMemoryLimits
memoryLimits;
[
all
...]
Completed in 527 milliseconds