/external/mesa3d/src/loader/ |
D | pci_id_driver_map.h | 12 #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 48 #define CHIPSET(chip, name, family) chip, macro 54 #define CHIPSET(chip, name, family) chip, macro
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 181 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV… in do_winsys_init() macro 185 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV… in do_winsys_init() macro 189 #define CHIPSET(pci_id, cfamily) \ in do_winsys_init() macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_chipset.c | 69 #define CHIPSET(pci_id, name, chipfamily) \ in r300_parse_chipset() macro
|
/external/mesa3d/src/intel/dev/ |
D | gen_device_info_test.c | 16 #define CHIPSET(id, family, family_str, str_name) { .pci_id = id, .name = str_name, }, in main() macro
|
D | gen_device_info.c | 1208 #define CHIPSET(id, family, fam_str, name) \ in gen_get_device_info_from_pci_id() macro 1214 #define CHIPSET(id, fam_str, name) \ in gen_get_device_info_from_pci_id() macro 1267 #define CHIPSET(id, family, fam_str, name) case id: return name " (" fam_str ")"; break; in gen_get_device_name() macro
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_chipset.h | 11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id, macro
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_chipset.h | 11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id, macro
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 73 #define CHIPSET(id, symbol, str) case id: chipset = str; break; in i915_get_renderer_string() macro
|
/external/libdrm/radeon/ |
D | radeon_surface.c | 140 #define CHIPSET(pci_id, name, fam) case pci_id: surf_man->family = CHIP_##fam; break; in radeon_get_family() macro
|