Home
last modified time | relevance | path

Searched refs:has_f16c (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/util/
Dcpuid.c82 int has_f16c = TestCpuFlag(kCpuHasF16C); in main() local
92 printf("Has F16C %x\n", has_f16c); in main()
/external/libyuv/files/unit_test/
Dcpu_test.cc48 int has_f16c = TestCpuFlag(kCpuHasF16C); in TEST_F() local
49 printf("Has F16C %x\n", has_f16c); in TEST_F()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.h68 unsigned has_f16c:1; member
Du_cpu_detect.c371 util_cpu_caps.has_f16c = ((regs2[2] >> 29) & 1) && util_cpu_caps.has_avx; in util_cpu_detect()
468 debug_printf("util_cpu_caps.has_f16c = %u\n", util_cpu_caps.has_f16c); in util_cpu_detect()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c437 util_cpu_caps.has_f16c = 0; in lp_build_init()
472 util_cpu_caps.has_f16c = 0; in lp_build_init()
Dlp_bld_conv.c104 if (util_cpu_caps.has_f16c && in lp_build_half_to_float()
156 if (util_cpu_caps.has_f16c && in lp_build_float_to_half()
Dlp_bld_misc.cpp590 MAttrs.push_back(util_cpu_caps.has_f16c ? "+f16c" : "-f16c"); in lp_build_create_jit_compiler_for_module()