Searched defs:anv_physical_device (Results 1 – 1 of 1) sorted by relevance
856 struct anv_physical_device { struct857 struct vk_physical_device vk;860 struct list_head link;862 struct anv_instance * instance;863 char path[20];864 struct {869 } pci_info;870 struct intel_device_info info;879 bool supports_48bit_addresses;880 struct brw_compiler * compiler;[all …]