Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.h43 .lower_ffma16 = true,
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c183 nir_options->lower_ffma16 = devinfo->ver < 6; in brw_compiler_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c46 .lower_ffma16 = true,
68 .lower_ffma16 = true,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c133 .lower_ffma16 = true,
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c101 return shader->options->lower_ffma16; in will_lower_ffma()
Dnir_lower_flrp.c373 have_ffma = !bld->shader->options->lower_ffma16; in convert_flrp_instruction()
Dnir.h3436 bool lower_ffma16; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c673 .lower_ffma16 = true,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c572 .lower_ffma16 = true,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c1021 .lower_ffma16 = sscreen->info.chip_class < GFX9, in si_init_screen_get_functions()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c361 .lower_ffma16 = true, in zink_screen_init_compiler()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c80 .lower_ffma16 = true, in radv_get_nir_options()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c231 .lower_ffma16 = true,
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2176 .lower_ffma16 = true,
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3222 op.lower_ffma16 = false; in nvir_nir_shader_compiler_options()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c78 .lower_ffma16 = true,
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3456 - nir: split lower_ffma into lower_ffma16/32/64