Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dhalf_float.h62 if (util_get_cpu_caps()->has_f16c) { in _mesa_float_to_half()
78 if (util_get_cpu_caps()->has_f16c) { in _mesa_half_to_float()
93 if (util_get_cpu_caps()->has_f16c) { in _mesa_float_to_float16_rtz()
Du_cpu_detect.h96 unsigned has_f16c:1; member
Du_cpu_detect.c729 util_cpu_caps.has_f16c = ((regs2[2] >> 29) & 1) && util_cpu_caps.has_avx; in util_cpu_detect_once()
835 printf("util_cpu_caps.has_f16c = %u\n", util_cpu_caps.has_f16c); in util_cpu_detect_once()
/third_party/mesa3d/src/gallium/tests/unit/
Du_half_test.c43 if (util_get_cpu_caps()->has_f16c) { in main()
44 ((struct util_cpu_caps_t *)util_get_cpu_caps())->has_f16c = false; in main()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_limits.h92 return util_get_cpu_caps()->has_f16c; in lp_has_fp16()
Dlp_bld_init.c446 util_cpu_caps.has_f16c = 0; in lp_build_init()
474 util_get_cpu_caps()->has_f16c = 0; in lp_build_init()
Dlp_bld_misc.cpp416 MAttrs.push_back(util_get_cpu_caps()->has_f16c ? "+f16c" : "-f16c"); in lp_build_create_jit_compiler_for_module()
Dlp_bld_conv.c112 if (util_get_cpu_caps()->has_f16c && in lp_build_half_to_float()
180 if (util_get_cpu_caps()->has_f16c && in lp_build_float_to_half()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c448 return sscreen->options.fp16 && util_get_cpu_caps()->has_f16c; in si_get_shader_param()