Home
last modified time | relevance | path

Searched refs:has_daz (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.h113 unsigned has_daz:1; member
Du_cpu_detect.c735 util_cpu_caps.has_daz = 1; in util_cpu_detect_once()
737 util_cpu_caps.has_daz = util_cpu_caps.has_sse3 || in util_cpu_detect_once()
850 printf("util_cpu_caps.has_daz = %u\n", util_cpu_caps.has_daz); in util_cpu_detect_once()
Du_math.c102 if (util_get_cpu_caps()->has_daz) { in util_fpstate_set_denorms_to_zero()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3749 if (util_get_cpu_caps()->has_daz) { in lp_build_fpstate_set_denorms_zero()