Home
last modified time | relevance | path

Searched defs:anv_physical_device (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_private.h1048 struct anv_physical_device { struct
1049 struct vk_object_base base;
1052 struct list_head link;
1054 struct anv_instance * instance;
1055 bool no_hw;
1056 char path[20];
1057 const char * name;
1058 struct {
1063 } pci_info;
1064 struct gen_device_info info;
[all …]