Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp196 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in getMinImportedHostPointerAlignment() local
197 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()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp687 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in createMultiViewDevices() local
688 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in createMultiViewDevices()
689 propertiesDeviceProperties2.pNext = &multiviewProperties; in createMultiViewDevices()
691 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in createMultiViewDevices()