Searched refs:lower_context (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 38 struct lower_context { struct 199 void emit_int64_dpp_op(lower_context *ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_int64_dpp_op() 308 void emit_int64_op(lower_context *ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg… in emit_int64_op() 401 void emit_dpp_op(lower_context *ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_dpp_op() 441 void emit_op(lower_context *ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_op() 467 void emit_dpp_mov(lower_context *ctx, PhysReg dst, PhysReg src0, unsigned size, in emit_dpp_mov() 485 void emit_reduction(lower_context *ctx, aco_opcode op, ReduceOp reduce_op, unsigned cluster_size, P… in emit_reduction() 983 void copy_constant(lower_context *ctx, Builder& bld, Definition dst, Operand op) in copy_constant() 1061 bool do_copy(lower_context* ctx, Builder& bld, const copy_operation& copy, bool *preserve_scc, Phys… in do_copy() 1127 void do_swap(lower_context *ctx, Builder& bld, const copy_operation& copy, bool preserve_scc, Pseud… in do_swap() [all …]
|