Searched refs:m_last_param_export (Results 1 – 4 of 4) sorted by relevance
26 m_last_param_export(nullptr), in VertexStageExportForFS()211 …m_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()
50 ExportInstruction *m_last_param_export; variable
48 m_last_param_export(nullptr), in VertexShaderFromNir()