Home
last modified time | relevance | path

Searched refs:getDeviceMemoryParameters (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp271 DeviceMemory::Parameters getDeviceMemoryParameters (const VkMemoryRequirements& memReqs) in getDeviceMemoryParameters() function
276 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkImage image) in getDeviceMemoryParameters() function
278 return getDeviceMemoryParameters(getImageMemoryRequirements(env.vkd, env.device, image)); in getDeviceMemoryParameters()
281 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer buffer) in getDeviceMemoryParameters() function
283 return getDeviceMemoryParameters(getBufferMemoryRequirements(env.vkd, env.device, buffer)); in getDeviceMemoryParameters()
354 , memory(env, getDeviceMemoryParameters(env, *buffer.object)) in Resources()
479 , memory(env, getDeviceMemoryParameters(env, *image.object)) in Resources()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp775 DeviceMemory::Parameters getDeviceMemoryParameters (const VkMemoryRequirements& memReqs) in getDeviceMemoryParameters() function
780 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkImage image) in getDeviceMemoryParameters() function
782 return getDeviceMemoryParameters(getImageMemoryRequirements(env.vkd, env.device, image)); in getDeviceMemoryParameters()
785 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer image) in getDeviceMemoryParameters() function
787 return getDeviceMemoryParameters(getBufferMemoryRequirements(env.vkd, env.device, image)); in getDeviceMemoryParameters()
871 , memory(env, getDeviceMemoryParameters(env, *buffer.object)) in Resources()
1014 , memory(env, getDeviceMemoryParameters(env, *image.object)) in Resources()