Home
last modified time | relevance | path

Searched refs:fuse_ffma32 (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.h74 .fuse_ffma32 = true,
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c51 .fuse_ffma32 = true,
103 .fuse_ffma32 = true,
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c77 .fuse_ffma32 = true,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c965 .fuse_ffma32 = sscreen->info.chip_class >= GFX10_3, in si_init_screen_get_functions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1183 .fuse_ffma32 = true,
1207 .fuse_ffma32 = true,
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c1006 .fuse_ffma32 = true, in etna_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c927 .fuse_ffma32 = false, /* nir doesn't track mad vs fma */
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c39 .fuse_ffma32 = true,
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2667 .fuse_ffma32 = true,
/external/mesa3d/src/compiler/nir/
Dnir.h3249 bool fuse_ffma32; member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3211 op.fuse_ffma32 = false; /* nir doesn't track mad vs fma */ in nvir_nir_shader_compiler_options()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c438640 condition_flags[19] = options->fuse_ffma32; in nir_opt_algebraic()
440277 condition_flags[19] = options->fuse_ffma32; in nir_opt_algebraic_before_ffma()
460053 condition_flags[19] = options->fuse_ffma32; in nir_opt_algebraic_late()
461601 condition_flags[19] = options->fuse_ffma32; in nir_opt_algebraic_distribute_src_mods()