Searched refs:physicalDeviceMemProps (Results 1 – 1 of 1) sorted by relevance
110 VkPhysicalDeviceMemoryProperties2 physicalDeviceMemProps; in AllocateDeviceMemory() local111 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()