Home
last modified time | relevance | path

Searched refs:has_mac_legacy32 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp151 program->dev.has_mac_legacy32 = program->gfx_level <= GFX7 || program->gfx_level >= GFX10; in init_program()
Daco_register_allocation.cpp2456 if (instr->usesModifiers() || !ctx.program->dev.has_mac_legacy32) in get_affinities()
2554 (instr->opcode != aco_opcode::v_mad_legacy_f32 || !program->dev.has_mac_legacy32) && in optimize_encoding_vop2()
2555 (instr->opcode != aco_opcode::v_fma_legacy_f32 || !program->dev.has_mac_legacy32) && in optimize_encoding_vop2()
Daco_ir.h2068 bool has_mac_legacy32 = false; member