Searched refs:fused_mad_mix (Results 1 – 3 of 3) sorted by relevance
153 program->dev.fused_mad_mix = program->gfx_level >= GFX10; in init_program()156 program->dev.fused_mad_mix = true; in init_program()
2069 bool fused_mad_mix = false; member
3616 if (instr->opcode == aco_opcode::v_fma_f32 && !ctx.program->dev.fused_mad_mix && in can_use_mad_mix()3957 (mad_mix && ctx.program->dev.fused_mad_mix); in combine_instruction()3958 bool has_mad = mad_mix ? !ctx.program->dev.fused_mad_mix in combine_instruction()