OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHIPSET
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_chipset.h
11
#define
CHIPSET
(id, name, family) PCI_CHIP_##name = id,
17
#undef
CHIPSET
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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);
Completed in 539 milliseconds