Searched refs:cpuname (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpu.c | 178 char cpuname[32]; in get_cpu_stats() local 183 strcpy(cpuname, "cpu"); in get_cpu_stats() 185 sprintf(cpuname, "cpu%u", cpu_index); in get_cpu_stats() 192 if (strstr(line, cpuname) == line) { in get_cpu_stats() 200 cpuname, &v[0], &v[1], &v[2], &v[3], &v[4], &v[5], in get_cpu_stats()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_sao.asm | 151 INIT_XMM cpuname 161 INIT_YMM cpuname 309 INIT_XMM cpuname 317 INIT_YMM cpuname
|
H A D | hevc_idct.asm | 513 call hevc_idct_transpose_8x8_ %+ cpuname 519 TAIL_CALL hevc_idct_transpose_8x8_ %+ cpuname, 1 638 call hevc_idct_transpose_16x16_ %+ cpuname 647 TAIL_CALL hevc_idct_transpose_16x16_ %+ cpuname, 1 800 call hevc_idct_transpose_32x32_ %+ cpuname 808 TAIL_CALL hevc_idct_transpose_32x32_ %+ cpuname, 1
|
H A D | h264_idct.asm | 338 INIT_MMX cpuname 359 INIT_XMM cpuname
|
H A D | h264_deblock.asm | 330 INIT_MMX cpuname 532 INIT_MMX cpuname 785 INIT_MMX cpuname
|
H A D | h264_intrapred.asm | 1163 INIT_XMM cpuname 1284 INIT_XMM cpuname 1397 INIT_XMM cpuname 1495 INIT_XMM cpuname 1707 INIT_XMM cpuname
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 857 %undef cpuname 862 %ifdef cpuname 863 %xdefine cpuname cpuname %+ _%1 865 %xdefine cpuname %1 870 %xdefine SUFFIX _ %+ cpuname 1214 %ifdef cpuname 1216 %error use of ``%1'' %2 instruction in cpuname function: current_function 1218 %error use of ``%1'' sse2 instruction in cpuname function: current_function 1629 %error use of ``%5%6'' fma instruction in cpuname functio [all...] |
Completed in 12 milliseconds