Searched refs:propertiesDeviceProperties2 (Results 1 – 2 of 2) sorted by relevance
196 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in getMinImportedHostPointerAlignment() local197 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getMinImportedHostPointerAlignment()198 propertiesDeviceProperties2.pNext = &externalMemoryHostProperties; in getMinImportedHostPointerAlignment()200 m_vki.getPhysicalDeviceProperties2(m_physicalDevice, &propertiesDeviceProperties2); in getMinImportedHostPointerAlignment()
687 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in createMultiViewDevices() local688 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in createMultiViewDevices()689 propertiesDeviceProperties2.pNext = &multiviewProperties; in createMultiViewDevices()691 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in createMultiViewDevices()