HomeSort by relevance Sort by last modified time
    Searched defs:CHIPSET (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.c 37 #define CHIPSET(pci_id, name, chipfamily) \
42 #undef CHIPSET
45 fprintf(stderr, "r300: Warning: Unknown chipset 0x%x\nAborting...",
  /external/drm_gralloc/pci_ids/
pci_id_driver_map.h 12 #define CHIPSET(chip, desc, misc) chip,
14 #undef CHIPSET
19 #define CHIPSET(chip, desc, misc) chip,
21 #undef CHIPSET
25 #define CHIPSET(chip, desc, misc) chip,
27 #undef CHIPSET
32 #define CHIPSET(chip, name, family) chip,
34 #undef CHIPSET
38 #define CHIPSET(chip, name, family) chip,
40 #undef CHIPSET
    [all...]
  /external/mesa3d/include/pci_ids/
pci_id_driver_map.h 11 #define CHIPSET(chip, desc, misc) chip,
13 #undef CHIPSET
17 #define CHIPSET(chip, desc, misc) chip,
19 #undef CHIPSET
24 #define CHIPSET(chip, name, family) chip,
26 #undef CHIPSET
30 #define CHIPSET(chip, name, family) chip,
32 #undef CHIPSET
37 #define CHIPSET(chip, name, family) chip,
39 #undef CHIPSET
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_chipset.h 11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id,
17 #undef CHIPSET
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 651 #define CHIPSET(pciid, name, family) case pciid: return CHIP_##family;
653 #undef CHIPSET
671 fprintf(stderr, "r600: Unknown chipset 0x%04X\n", rscreen->info.pci_id);
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 183 * DRM version first. We need to be sure we're running on a KMS chipset.
225 #define CHIPSET(pci_id, name, family) case pci_id:
227 #undef CHIPSET
231 #define CHIPSET(pci_id, name, family) case pci_id:
233 #undef CHIPSET
237 #define CHIPSET(pci_id, name, family) case pci_id:
239 #undef CHIPSET
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 888 #define CHIPSET(pciid, name, family) case pciid: return CHIP_##family;
890 #undef CHIPSET
917 fprintf(stderr, "r600: Unknown chipset 0x%04X\n", rscreen->info.pci_id);
  /external/libdrm/radeon/
radeon_surface.c 135 #define CHIPSET(pci_id, name, fam) case pci_id: surf_man->family = CHIP_##fam; break;
137 #undef CHIPSET
    [all...]

Completed in 492 milliseconds