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.cpp210 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in getMinImportedHostPointerAlignment() local
211 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()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp682 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in createMultiViewDevices() local
683 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in createMultiViewDevices()
684 propertiesDeviceProperties2.pNext = &multiviewProperties; in createMultiViewDevices()
686 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in createMultiViewDevices()