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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; member in class:r600::VertexShaderFromNir
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr),
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location),
237 m_proc.emit_export_instruction(m_last_param_export);
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr());
341 m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param);
342 m_proc.emit_export_instruction(m_last_param_export);
360 if (!m_last_param_export) {
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param);
363 m_proc.emit_export_instruction(m_last_param_export);
365 m_last_param_export
[all...]
H A Dsfn_vertexstageexport.h79 ExportInstruction *m_last_param_export; member in class:r600::VertexStageExportForFS
H A Dsfn_shader_vertex.cpp48 m_last_param_export(nullptr),

Completed in 4 milliseconds