Home
last modified time | relevance | path

Searched refs:has_fma (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.h107 unsigned has_fma:1; member
Du_cpu_detect.c732 util_cpu_caps.has_fma = ((regs2[2] >> 12) & 1) && util_cpu_caps.has_avx; in util_cpu_detect_once()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c455 util_cpu_caps.has_fma = 0; in lp_build_init()
483 util_get_cpu_caps()->has_fma = 0; in lp_build_init()
Dlp_bld_misc.cpp420 MAttrs.push_back(util_get_cpu_caps()->has_fma ? "+fma" : "-fma"); in lp_build_create_jit_compiler_for_module()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp3955 bool has_fma = mad16 || mad64 || (legacy && ctx.program->gfx_level >= GFX10_3) || in combine_instruction() local
3962 has_fma && in combine_instruction()