Searched refs:EmitInstruction (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitinstruction.cpp | 33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor): function in class:r600::EmitInstruction 39 EmitInstruction::~EmitInstruction() 43 bool EmitInstruction::emit(nir_instr* instr) 48 PValue EmitInstruction::from_nir(const nir_src& v, unsigned component, unsigned swizzled) 53 PValue EmitInstruction::from_nir(const nir_alu_src& v, unsigned component) 58 PValue EmitInstruction::from_nir(const nir_tex_src& v, unsigned component) 63 PValue EmitInstruction::from_nir(const nir_alu_dest& v, unsigned component) 68 PValue EmitInstruction [all...] |
| H A D | sfn_emitinstruction.h | 39 class EmitInstruction class in namespace:r600 42 EmitInstruction(ShaderFromNirProcessor& processor); 43 virtual ~EmitInstruction();
|
| H A D | sfn_emitssboinstruction.h | 10 class EmitSSBOInstruction: public EmitInstruction {
|
| H A D | sfn_emittexinstruction.h | 35 class EmitTexInstruction : public EmitInstruction
|
| H A D | sfn_shader_compute.cpp | 92 emit_instruction(new AluInstruction(op1_mov, a_zero, Value::zero, EmitInstruction::last_write));
|
| H A D | sfn_emitaluinstruction.h | 39 class EmitAluInstruction : public EmitInstruction
|
| H A D | sfn_shader_fragment.cpp | 479 emit_instruction(new AluInstruction(op2_lshl_int, dest, Value::one_i, m_sample_id_reg, EmitInstruction::last_write)); 480 emit_instruction(new AluInstruction(op2_and_int, dest, dest, m_sample_mask_reg, EmitInstruction::last_write)); 720 EmitInstruction::write); 846 EmitInstruction::write); 865 i == 0 ? EmitInstruction::write : EmitInstruction::last); 882 (writemask & (1 << i)) ? EmitInstruction::write : EmitInstruction::empty); 899 i == comp ? EmitInstruction::write : EmitInstruction [all...] |
| H A D | sfn_emitssboinstruction.cpp | 15 EmitInstruction(processor), 662 EmitInstruction::last_write)); 674 literal(2), EmitInstruction::write)); 676 literal(3), EmitInstruction::last_write)); 682 EmitInstruction::write)); 684 EmitInstruction::last_write)); 686 emit_instruction(new AluInstruction(op3_cnde_int, dest.reg_i(2), low_bit, comp, high_bit, EmitInstruction::last_write));
|
| H A D | sfn_shader_base.cpp | 475 value, Value::zero, EmitInstruction::last); 783 PValue(new InlineConstValue(ALU_SRC_TIME_LO, 0)), EmitInstruction::write)); 785 PValue(new InlineConstValue(ALU_SRC_TIME_HI, 0)), EmitInstruction::last_write)); 860 EmitInstruction::write); 1063 ir = new AluInstruction(op1_mov, create_register_from_nir_src(src, i), lsrc, EmitInstruction::write); 1079 EmitInstruction::last_write));
|
| H A D | sfn_vertexstageexport.cpp | 262 (j == ochan) ? EmitInstruction::write : EmitInstruction::empty);
|
| H A D | sfn_emittexinstruction.cpp | 34 EmitInstruction (processor)
|
| H A D | sfn_emitaluinstruction.cpp | 38 EmitInstruction (processor)
|
Completed in 14 milliseconds