Searched refs:propertiesDeviceProperties2 (Results 1 – 2 of 2) sorted by relevance
210 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in getMinImportedHostPointerAlignment() local211 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getMinImportedHostPointerAlignment()212 propertiesDeviceProperties2.pNext = &externalMemoryHostProperties; in getMinImportedHostPointerAlignment()214 m_vki.getPhysicalDeviceProperties2(m_physicalDevice, &propertiesDeviceProperties2); in getMinImportedHostPointerAlignment()
682 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in createMultiViewDevices() local683 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in createMultiViewDevices()684 propertiesDeviceProperties2.pNext = &multiviewProperties; in createMultiViewDevices()686 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in createMultiViewDevices()