Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp110 VkPhysicalDeviceMemoryProperties2 physicalDeviceMemProps; in AllocateDeviceMemory() local
111 physicalDeviceMemProps.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2; in AllocateDeviceMemory()
112 physicalDeviceMemProps.pNext = nullptr; in AllocateDeviceMemory()
118 vkInterface.vkGetPhysicalDeviceMemoryProperties2(physicalDevice, &physicalDeviceMemProps); in AllocateDeviceMemory()
119 uint32_t memTypeCnt = physicalDeviceMemProps.memoryProperties.memoryTypeCount; in AllocateDeviceMemory()
123 const VkPhysicalDeviceMemoryProperties& pdmp = physicalDeviceMemProps.memoryProperties; in AllocateDeviceMemory()