Lines Matching defs:gfx_level
61 enum amd_gfx_level gfx_level, enum radeon_family family, bool wgp_mode, in init_program()
213 is_wait_export_ready(amd_gfx_level gfx_level, const Instruction* instr) in is_wait_export_ready()
248 can_use_SDWA(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool pre_ra) in can_use_SDWA()
316 convert_to_SDWA(amd_gfx_level gfx_level, aco_ptr<Instruction>& instr) in convert_to_SDWA()
361 can_use_DPP(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool dpp8) in can_use_DPP()
439 convert_to_DPP(amd_gfx_level gfx_level, aco_ptr<Instruction>& instr, bool dpp8) in convert_to_DPP()
505 can_use_input_modifiers(amd_gfx_level gfx_level, aco_opcode op, int idx) in can_use_input_modifiers()
518 can_use_opsel(amd_gfx_level gfx_level, aco_opcode op, int idx) in can_use_opsel()
596 instr_is_16bit(amd_gfx_level gfx_level, aco_opcode op) in instr_is_16bit()
1204 wait_imm::max(enum amd_gfx_level gfx_level) in max()
1218 wait_imm::unpack(enum amd_gfx_level gfx_level, const Instruction* instr) in unpack()
1334 enum amd_gfx_level gfx_level = bld.program->gfx_level; in build_waitcnt() local
1430 get_vmem_type(enum amd_gfx_level gfx_level, Instruction* instr) in get_vmem_type()