Home
last modified time | relevance | path

Searched refs:lower_ffma64 (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.h45 .lower_ffma64 = true,
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c182 nir_options->lower_ffma64 = devinfo->ver < 6; in brw_compiler_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c48 .lower_ffma64 = true,
73 .lower_ffma64 = true,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c141 .lower_ffma64 = true,
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c377 have_ffma = !bld->shader->options->lower_ffma64; in convert_flrp_instruction()
Dnir_lower_alu_width.c140 return shader->options->lower_ffma64; in will_lower_ffma()
Dnir.h3268 bool lower_ffma64; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c720 .lower_ffma64 = true,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c597 .lower_ffma64 = true,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1090 .lower_ffma64 = false, in si_init_screen_get_functions()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c339 .lower_ffma64 = true, in zink_screen_init_compiler()
373 screen->nir_options.lower_ffma64 = true; in zink_screen_init_compiler()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c87 .lower_ffma64 = split_fma, in get_nir_options_for_stage()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2161 .lower_ffma64 = true,
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c224 .lower_ffma64 = true,
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3309 op.lower_ffma64 = false; in nvir_nir_shader_compiler_options()