Searched refs:has_f16c (Results 1 – 11 of 11) sorted by relevance
62 if (util_cpu_caps.has_f16c) { in _mesa_float_to_half()78 if (util_cpu_caps.has_f16c) { in _mesa_half_to_float()93 if (util_cpu_caps.has_f16c) { in _mesa_float_to_float16_rtz()
79 unsigned has_f16c:1; member
622 util_cpu_caps.has_f16c = ((regs2[2] >> 29) & 1) && util_cpu_caps.has_avx; in util_cpu_detect_once()724 debug_printf("util_cpu_caps.has_f16c = %u\n", util_cpu_caps.has_f16c); in util_cpu_detect_once()
39 assert(!util_cpu_caps.has_f16c); in main()44 if (util_cpu_caps.has_f16c) in main()
86 int has_f16c = TestCpuFlag(kCpuHasF16C); in main() local102 printf("Has F16C %x\n", has_f16c); in main()
39 int has_f16c = TestCpuFlag(kCpuHasF16C); in TEST_F() local56 printf("Has F16C %d\n", has_f16c); in TEST_F()
68 unsigned has_f16c:1; member
372 util_cpu_caps.has_f16c = (regs2[2] >> 29) & 1; in util_cpu_detect()447 debug_printf("util_cpu_caps.has_f16c = %u\n", util_cpu_caps.has_f16c); in util_cpu_detect()
443 util_cpu_caps.has_f16c = 0; in lp_build_init()471 util_cpu_caps.has_f16c = 0; in lp_build_init()
416 MAttrs.push_back(util_cpu_caps.has_f16c ? "+f16c" : "-f16c"); in lp_build_create_jit_compiler_for_module()
104 if (util_cpu_caps.has_f16c && in lp_build_half_to_float()170 if (util_cpu_caps.has_f16c && in lp_build_float_to_half()