Home
last modified time | relevance | path

Searched refs:cpu_name (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/x86/
Dcommon_x86.c296 char cpu_name[49]; in _mesa_get_x86_features() local
298 …002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name in _mesa_get_x86_features()
299 cpu_name[48] = '\0'; /* the name should be NULL terminated, but just to be sure */ in _mesa_get_x86_features()
302 _mesa_debug(NULL, "CPU name: %s\n", cpu_name); in _mesa_get_x86_features()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetPfmCounters.td42 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> {
43 string CpuName = cpu_name;