Home
last modified time | relevance | path

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

/third_party/mesa3d/src/loader/
Dpci_id_driver_map.h12 #define CHIPSET(chip, desc, name) chip, macro
18 #define CHIPSET(chip, family, family_str, name) chip, macro
24 #define CHIPSET(chip, name, family) chip, macro
30 #define CHIPSET(chip, name, family) chip, macro
36 #define CHIPSET(chip, name, family) chip, macro
42 #define CHIPSET(chip, name, family) chip, macro
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c180 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV… in do_winsys_init() macro
184 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV… in do_winsys_init() macro
188 #define CHIPSET(pci_id, cfamily) \ in do_winsys_init() macro
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_chipset.c69 #define CHIPSET(pci_id, name, chipfamily) \ in r300_parse_chipset() macro
/third_party/mesa3d/src/intel/dev/
Dintel_device_info_test.c17 #define CHIPSET(id, family, family_str, str_name) { .pci_id = id, .name = str_name, }, in main() macro
Dintel_device_info.c1457 #define CHIPSET(id, family, fam_str, name) \ in intel_get_device_info_from_pci_id() macro
1463 #define CHIPSET(id, fam_str, name) \ in intel_get_device_info_from_pci_id() macro
1474 #define CHIPSET(_id, _family, _fam_str, _name) \ in intel_get_device_info_from_pci_id() macro
/third_party/mesa3d/src/amd/drm-shim/
Dradeon_noop_drm_shim.c146 #define CHIPSET(d, n, f) {.device_id = (d), .name = #n, .family = CHIP_##f, .family_name = #f}, macro
/third_party/libdrm/radeon/
Dradeon_surface.c140 #define CHIPSET(pci_id, name, fam) case pci_id: surf_man->family = CHIP_##fam; break; in radeon_get_family() macro