Searched refs:fuse_ffma32 (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.h | 74 .fuse_ffma32 = true,
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 51 .fuse_ffma32 = true, 103 .fuse_ffma32 = true,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 77 .fuse_ffma32 = true,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 965 .fuse_ffma32 = sscreen->info.chip_class >= GFX10_3, in si_init_screen_get_functions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 1183 .fuse_ffma32 = true, 1207 .fuse_ffma32 = true,
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_screen.c | 1006 .fuse_ffma32 = true, in etna_screen_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 927 .fuse_ffma32 = false, /* nir doesn't track mad vs fma */
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 39 .fuse_ffma32 = true,
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2667 .fuse_ffma32 = true,
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 3249 bool fuse_ffma32; member
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3211 op.fuse_ffma32 = false; /* nir doesn't track mad vs fma */ in nvir_nir_shader_compiler_options()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opt_algebraic.c | 438640 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()
|