Home
last modified time | relevance | path

Searched refs:fuse_ffma16 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.h73 .fuse_ffma16 = true,
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c50 .fuse_ffma16 = true,
102 .fuse_ffma16 = true,
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1182 .fuse_ffma16 = true,
1206 .fuse_ffma16 = true,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c964 .fuse_ffma16 = sscreen->info.chip_class >= GFX9, in si_init_screen_get_functions()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c1005 .fuse_ffma16 = true, in etna_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c926 .fuse_ffma16 = false, /* nir doesn't track mad vs fma */
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c38 .fuse_ffma16 = true,
/external/mesa3d/src/compiler/nir/
Dnir.h3248 bool fuse_ffma16; member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3210 op.fuse_ffma16 = false; /* nir doesn't track mad vs fma */ in nvir_nir_shader_compiler_options()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c438639 condition_flags[18] = options->fuse_ffma16; in nir_opt_algebraic()
440276 condition_flags[18] = options->fuse_ffma16; in nir_opt_algebraic_before_ffma()
460052 condition_flags[18] = options->fuse_ffma16; in nir_opt_algebraic_late()
461600 condition_flags[18] = options->fuse_ffma16; in nir_opt_algebraic_distribute_src_mods()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3455 - nir: split fuse_ffma into fuse_ffma16/32/64