Searched refs:chipname (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_sensors_temp.c | 67 char chipname[64]; member in struct:sensors_temp_info 223 sti->chipname, 253 create_object(const char *chipname, const char *featurename, argument 262 snprintf(sti->chipname, sizeof(sti->chipname), "%s", chipname); 264 snprintf(sti->name, sizeof(sti->name), "%s.%s", sti->chipname,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_sensors_temp.c | 68 char chipname[64]; member in struct:sensors_temp_info 224 sti->chipname, 254 create_object(const char *chipname, const char *featurename, argument 263 snprintf(sti->chipname, sizeof(sti->chipname), "%s", chipname); 265 snprintf(sti->name, sizeof(sti->name), "%s.%s", sti->chipname,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_driver.c | 987 const char *chipname; local in function:i830_detect_chipset 998 chipname = "830M"; 1001 chipname = "845G"; 1009 chipname = "855GM"; 1012 chipname = "855GME"; 1015 chipname = "852GM"; 1018 chipname = "852GME"; 1023 chipname = "852GM/855GM (unknown variant)"; 1028 chipname = "865G"; 1031 chipname [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_gpu_info.c | 562 #define identify_chip2(asic, chipname) \ 564 info->family = CHIP_##chipname; \ 565 info->name = #chipname; \ 567 #define identify_chip(chipname) identify_chip2(chipname, chipname)
|
Completed in 7 milliseconds