Searched refs:lower_context (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 35 struct lower_context { struct 199 emit_int64_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_int64_dpp_op() 299 emit_int64_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_int64_op() 386 emit_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_dpp_op() 427 emit_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_op() 454 emit_dpp_mov(lower_context* ctx, PhysReg dst, PhysReg src0, unsigned size, unsigned dpp_ctrl, in emit_dpp_mov() 474 emit_reduction(lower_context* ctx, aco_opcode op, ReduceOp reduce_op, unsigned cluster_size, in emit_reduction() 971 split_copy(lower_context* ctx, unsigned offset, Definition* def, Operand* op, in split_copy() 1041 copy_constant(lower_context* ctx, Builder& bld, Definition dst, Operand op) in copy_constant() 1208 do_copy(lower_context* ctx, Builder& bld, const copy_operation& copy, bool* preserve_scc, in do_copy() [all …]
|