Searched refs:cpu_vendor (Results 1 – 4 of 4) sorted by relevance
235 char cpu_vendor[13]; in _mesa_get_x86_features() local239 …_mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu… in _mesa_get_x86_features()240 cpu_vendor[12] = '\0'; in _mesa_get_x86_features()243 _mesa_debug(NULL, "CPU vendor: %s\n", cpu_vendor); in _mesa_get_x86_features()
477 const string *cpu_vendor = system_info->GetCPUVendor(); in GetCPUInfo() local478 if (cpu_vendor) { in GetCPUInfo()479 info->cpu_info = *cpu_vendor; in GetCPUInfo()
3379 const string* cpu_vendor = GetCPUVendor(); in Print() local3380 if (cpu_vendor) { in Print()3382 cpu_vendor->c_str()); in Print()
692 (cpu_vendor) = "GenuineIntel"