Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp26 m_last_param_export(nullptr), in VertexStageExportForFS()
211m_last_param_export = new ExportInstruction(param_loc->second, value, ExportInstruction::et_param); in emit_varying_param()
212 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
213 m_proc.add_param_output_reg(out_var->data.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
257 m_last_param_export = new ExportInstruction(m_cur_param, primid, ExportInstruction::et_param); in finalize_exports()
258 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
276 if (!m_last_param_export) { in finalize_exports()
278 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
279 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
281 m_last_param_export->set_last(); in finalize_exports()
Dsfn_shader_vertex.h50 ExportInstruction *m_last_param_export; variable
Dsfn_vertexstageexport.h50 ExportInstruction *m_last_param_export; variable
Dsfn_shader_vertex.cpp48 m_last_param_export(nullptr), in VertexShaderFromNir()