Searched refs:ReduceOp (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_reduce_assign.cpp | 98 ReduceOp op = instr->reduction().reduce_op; in setup_reduce_temp()
|
D | aco_ir.h | 1689 enum ReduceOp : uint16_t { enum 1722 ReduceOp reduce_op; 1818 uint32_t get_reduction_identity(ReduceOp op, unsigned idx);
|
D | aco_lower_to_hw_instr.cpp | 71 get_reduce_opcode(amd_gfx_level gfx_level, ReduceOp op) in get_reduce_opcode() 200 PhysReg vtmp_reg, ReduceOp op, unsigned dpp_ctrl, unsigned row_mask, in emit_int64_dpp_op() 300 ReduceOp op) in emit_int64_op() 387 ReduceOp op, unsigned size, unsigned dpp_ctrl, unsigned row_mask, unsigned bank_mask, in emit_dpp_op() 428 ReduceOp op, unsigned size) in emit_op() 474 emit_reduction(lower_context* ctx, aco_opcode op, ReduceOp reduce_op, unsigned cluster_size, in emit_reduction()
|
D | aco_ir.cpp | 506 get_reduction_identity(ReduceOp op, unsigned idx) in get_reduction_identity()
|
D | aco_instruction_selection.cpp | 7935 ReduceOp 8098 ReduceOp reduce_op = get_reduce_op(op, instr->src[0].ssa->bit_size); in emit_uniform_scan() 8120 emit_reduction_instr(isel_context* ctx, aco_opcode aco_op, ReduceOp op, unsigned cluster_size, in emit_reduction_instr() 8808 ReduceOp reduce_op = get_reduce_op(op, bit_size); in visit_intrinsic()
|