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

  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.c 69 #define CHIPSET(pci_id, name, chipfamily) \
74 #undef CHIPSET
77 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/src/mesa/drivers/dri/radeon/
radeon_chipset.h 11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id,
17 #undef CHIPSET
  /external/mesa3d/src/loader/
pci_id_driver_map.h 15 #define CHIPSET(chip, desc, name) chip,
17 #undef CHIPSET
21 #define CHIPSET(chip, family, name) chip,
23 #undef CHIPSET
27 #define CHIPSET(chip, name, family) chip,
29 #undef CHIPSET
33 #define CHIPSET(chip, name, family) chip,
35 #undef CHIPSET
39 #define CHIPSET(chip, name, family) chip,
41 #undef CHIPSET
    [all...]
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_winsys.c 184 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; break;
186 #undef CHIPSET
  /external/mesa3d/src/intel/common/
gen_device_info.c 556 #undef CHIPSET
557 #define CHIPSET(id, family, name) \
591 #undef CHIPSET
592 #define CHIPSET(id, family, name) case id: return name;
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.c 205 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; break;
207 #undef CHIPSET
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 158 * DRM version first. We need to be sure we're running on a KMS chipset.
200 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV_R300; break;
202 #undef CHIPSET
204 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV_R600; break;
206 #undef CHIPSET
208 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV_SI; break;
210 #undef CHIPSET
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 69 const char *chipset; local
73 #undef CHIPSET
74 #define CHIPSET(id, symbol, str) case id: chipset = str; break;
77 chipset = "Unknown Intel Chipset";
81 (void) driGetRendererString(buffer, chipset, 0);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 99 const char *chipset; local
104 #undef CHIPSET
105 #define CHIPSET(id, symbol, str) case id: chipset = str; break;
108 chipset = "Unknown Intel Chipset";
114 bsw = strdup(chipset);
118 chipset = bsw;
122 (void) driGetRendererString(buffer, chipset, 0);
    [all...]
  /external/libdrm/radeon/
radeon_surface.c 143 #define CHIPSET(pci_id, name, fam) case pci_id: surf_man->family = CHIP_##fam; break;
145 #undef CHIPSET
    [all...]

Completed in 498 milliseconds