Home
last modified time | relevance | path

Searched refs:propertiesDeviceProperties2 (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp209 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in getMinImportedHostPointerAlignment() local
210 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getMinImportedHostPointerAlignment()
211 propertiesDeviceProperties2.pNext = &externalMemoryHostProperties; in getMinImportedHostPointerAlignment()
213 m_vki.getPhysicalDeviceProperties2(m_physicalDevice, &propertiesDeviceProperties2); in getMinImportedHostPointerAlignment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp209 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in getMinImportedHostPointerAlignment() local
210 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in getMinImportedHostPointerAlignment()
211 propertiesDeviceProperties2.pNext = &externalMemoryHostProperties; in getMinImportedHostPointerAlignment()
213 m_vki.getPhysicalDeviceProperties2(m_physicalDevice, &propertiesDeviceProperties2); in getMinImportedHostPointerAlignment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp795 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in createMultiViewDevices() local
796 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in createMultiViewDevices()
797 propertiesDeviceProperties2.pNext = &multiviewProperties; in createMultiViewDevices()
799 instanceDriver.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in createMultiViewDevices()
4116 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in checkSupport() local
4117 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in checkSupport()
4118 propertiesDeviceProperties2.pNext = &multiviewProperties; in checkSupport()
4120 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp808 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in createMultiViewDevices() local
809 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in createMultiViewDevices()
810 propertiesDeviceProperties2.pNext = &multiviewProperties; in createMultiViewDevices()
812 instanceDriver.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in createMultiViewDevices()
4478 VkPhysicalDeviceProperties2 propertiesDeviceProperties2; in checkSupport() local
4479 propertiesDeviceProperties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in checkSupport()
4480 propertiesDeviceProperties2.pNext = &multiviewProperties; in checkSupport()
4482 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in checkSupport()

Completed in 19 milliseconds