Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp185 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()
Dsfn_shader_base.h73 void emit_export_instruction(WriteoutInstruction *ir);
Dsfn_shader_fragment.cpp812 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()
Dsfn_shader_base.cpp1136 void ShaderFromNirProcessor::emit_export_instruction(WriteoutInstruction *ir) in emit_export_instruction() function in r600::ShaderFromNirProcessor