Home
last modified time | relevance | path

Searched refs:convert_to_SDWA (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D20.3.4.rst155 - aco: fix convert_to_SDWA() check in add_subdword_definition()
D21.1.0.rst4701 - aco: fix convert_to_SDWA() check in add_subdword_definition()
4702 - aco: add test for incorrect convert_to_SDWA() check
D21.0.0.rst2809 - aco: fix convert_to_SDWA() check in add_subdword_definition()
D20.3.0.rst4497 - aco: Fix convert_to_SDWA when instruction has 3 operands.
/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp269 convert_to_SDWA(amd_gfx_level gfx_level, aco_ptr<Instruction>& instr) in convert_to_SDWA() function
Daco_register_allocation.cpp567 convert_to_SDWA(gfx_level, instr); in add_subdword_operand()
702 convert_to_SDWA(gfx_level, instr); in add_subdword_definition()
Daco_ir.h1804 aco_ptr<Instruction> convert_to_SDWA(amd_gfx_level gfx_level, aco_ptr<Instruction>& instr);
Daco_optimizer.cpp646 aco_ptr<Instruction> tmp = convert_to_SDWA(ctx.program->gfx_level, instr); in to_SDWA()