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.c184 nir_options->lower_ffma32 = devinfo->ver < 6; in brw_compiler_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c47 .lower_ffma32 = true,
69 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c134 .lower_ffma32 = true,
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c103 return shader->options->lower_ffma32; in will_lower_ffma()
Dnir_lower_flrp.c375 have_ffma = !bld->shader->options->lower_ffma32; in convert_flrp_instruction()
Dnir.h3437 bool lower_ffma32; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c674 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c573 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1022 .lower_ffma32 = sscreen->info.chip_class < GFX10_3, in si_init_screen_get_functions()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c561 if (nb->shader->options->lower_ffma32 && srcs[0]->bit_size == 32) in handle_special()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c362 .lower_ffma32 = true, in zink_screen_init_compiler()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c81 .lower_ffma32 = true, in radv_get_nir_options()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c232 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2177 .lower_ffma32 = true,
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3223 op.lower_ffma32 = false; in nvir_nir_shader_compiler_options()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c79 .lower_ffma32 = true,