Home
last modified time | relevance | path

Searched refs:pciDomain (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c229 fprintf(stderr, " %04x:%02x:%02x.%x", ext_pci_properties.pciDomain, in print_gpu()
256 drm_device->bus_info.domain = ext_pci_properties.pciDomain; in fill_drm_device_info()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c270 match = wsi->pci_bus_info.pciDomain == fd_device->businfo.pci->domain && in wsi_device_matches_drm_fd()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4679 VULKAN_HPP_HASH_COMBINE( seed, physicalDevicePCIBusInfoPropertiesEXT.pciDomain ); in operator ()()
Dvulkan_hash.hpp9057 VULKAN_HPP_HASH_COMBINE( seed, physicalDevicePCIBusInfoPropertiesEXT.pciDomain ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc832 * pname:pciDomain is the PCI bus domain.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13460 uint32_t pciDomain; member