Searched refs:emit_export_instruction (Results 1 – 4 of 4) sorted by relevance
185 m_proc.emit_export_instruction(m_last_pos_export); in emit_varying_pos()212 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()244 m_proc.emit_export_instruction(m_last_pos_export); in emit_clip_vertices()247 m_proc.emit_export_instruction(m_last_pos_export); in emit_clip_vertices()258 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()279 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()286 m_proc.emit_export_instruction(m_last_pos_export); in finalize_exports()369 m_proc.emit_export_instruction(out_stream); in emit_stream()424 m_proc.emit_export_instruction(ir); in store_deref()
73 void emit_export_instruction(WriteoutInstruction *ir);
812 emit_export_instruction(m_last_pixel_export); in emit_export_pixel()818 emit_export_instruction(new ExportInstruction(61, value, ExportInstruction::et_pixel)); in emit_export_pixel()851 emit_export_instruction(m_last_pixel_export); in do_finalize()
1136 void ShaderFromNirProcessor::emit_export_instruction(WriteoutInstruction *ir) in emit_export_instruction() function in r600::ShaderFromNirProcessor