Home
last modified time | relevance | path

Searched refs:have_ffma (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_flrp.c369 bool have_ffma = false; in convert_flrp_instruction() local
373 have_ffma = !bld->shader->options->lower_ffma16; in convert_flrp_instruction()
375 have_ffma = !bld->shader->options->lower_ffma32; in convert_flrp_instruction()
377 have_ffma = !bld->shader->options->lower_ffma64; in convert_flrp_instruction()
427 if (have_ffma) in convert_flrp_instruction()
501 if (have_ffma) { in convert_flrp_instruction()
628 * \param have_ffma - Set to true if the GPU has an FFMA instruction that

Completed in 2 milliseconds