HomeSort by relevance Sort by last modified time
    Searched refs:cpu_vendor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 229 char cpu_vendor[13]; local
233 _mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu_vendor + 4));
234 cpu_vendor[12] = '\0';
237 _mesa_debug(NULL, "CPU vendor: %s\n", cpu_vendor);
  /external/mesa3d/src/mesa/x86/
common_x86.c 229 char cpu_vendor[13]; local
233 _mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu_vendor + 4));
234 cpu_vendor[12] = '\0';
237 _mesa_debug(NULL, "CPU vendor: %s\n", cpu_vendor);

Completed in 448 milliseconds