Home
last modified time | relevance | path

Searched refs:EmitAluInstruction (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp37 EmitAluInstruction::EmitAluInstruction(ShaderFromNirProcessor& processor): in EmitAluInstruction() function in r600::EmitAluInstruction
43 bool EmitAluInstruction::do_emit(nir_instr* ir) in do_emit()
204 void EmitAluInstruction::preload_src(const nir_alu_instr& instr) in preload_src()
227 unsigned EmitAluInstruction::num_src_comp(const nir_alu_instr& instr) in num_src_comp()
265 void EmitAluInstruction::split_constants(const nir_alu_instr& instr, unsigned nsrc_comp) in split_constants()
309 bool EmitAluInstruction::emit_alu_inot(const nir_alu_instr& instr) in emit_alu_inot()
328 bool EmitAluInstruction::emit_alu_op1(const nir_alu_instr& instr, EAluOp opcode, in emit_alu_op1()
354 bool EmitAluInstruction::emit_mov(const nir_alu_instr& instr) in emit_mov()
373 bool EmitAluInstruction::emit_alu_trig_op1(const nir_alu_instr& instr, EAluOp opcode) in emit_alu_trig_op1()
424 bool EmitAluInstruction::emit_alu_trans_op1(const nir_alu_instr& instr, EAluOp opcode, in emit_alu_trans_op1()
[all …]
Dsfn_emitaluinstruction.h39 class EmitAluInstruction : public EmitInstruction
42 EmitAluInstruction(ShaderFromNirProcessor& processor);
115 inline void EmitAluInstruction::make_last(AluInstruction *ir) const in make_last()
Dsfn_shader_base.h213 EmitAluInstruction m_alu_instr;