Home
last modified time | relevance | path

Searched refs:lower_ffma32 (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.h44 .lower_ffma32 = true,
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c181 nir_options->lower_ffma32 = devinfo->ver < 6; in brw_compiler_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c47 .lower_ffma32 = true,
72 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c140 .lower_ffma32 = true,
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c375 have_ffma = !bld->shader->options->lower_ffma32; in convert_flrp_instruction()
Dnir_lower_alu_width.c138 return shader->options->lower_ffma32; in will_lower_ffma()
Dnir.h3267 bool lower_ffma32; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c719 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c596 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1089 .lower_ffma32 = sscreen->info.gfx_level < GFX10_3 && !force_fma32, in si_init_screen_get_functions()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c562 if (nb->shader->options->lower_ffma32 && srcs[0]->bit_size == 32) in handle_special()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2160 .lower_ffma32 = true,
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c86 .lower_ffma32 = split_fma || device->rad_info.gfx_level < GFX10_3, in get_nir_options_for_stage()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c223 .lower_ffma32 = true,
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3308 op.lower_ffma32 = false; in nvir_nir_shader_compiler_options()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c338 .lower_ffma32 = true, in zink_screen_init_compiler()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c79 .lower_ffma32 = true,