Searched refs:emit_export_instruction (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp212 m_proc.emit_export_instruction(m_last_pos_export);
237 m_proc.emit_export_instruction(m_last_param_export);
269 m_proc.emit_export_instruction(m_last_pos_export);
272 m_proc.emit_export_instruction(m_last_pos_export);
342 m_proc.emit_export_instruction(m_last_param_export);
363 m_proc.emit_export_instruction(m_last_param_export);
370 m_proc.emit_export_instruction(m_last_pos_export);
451 m_proc.emit_export_instruction(out_stream);
505 m_proc.emit_export_instruction(ir);
H A Dsfn_shader_base.h73 void emit_export_instruction(WriteoutInstruction *ir);
H A Dsfn_shader_fragment.cpp966 emit_export_instruction(m_last_pixel_export);
972 emit_export_instruction(new ExportInstruction(61, value, ExportInstruction::et_pixel));
1034 emit_export_instruction(m_last_pixel_export);
1040 emit_export_instruction(new ExportInstruction(61, value, ExportInstruction::et_pixel));
1074 emit_export_instruction(m_last_pixel_export);
H A Dsfn_shader_base.cpp1126 void ShaderFromNirProcessor::emit_export_instruction(WriteoutInstruction *ir) function in class:r600::ShaderFromNirProcessor

Completed in 8 milliseconds