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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp56 m_last_pos_export(nullptr),
211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos);
212 m_proc.emit_export_instruction(m_last_pos_export);
213 m_proc.add_param_output_reg(store_info.driver_location, m_last_pos_export->gpr_ptr());
268 m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_pos);
269 m_proc.emit_export_instruction(m_last_pos_export);
271 m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos);
272 m_proc.emit_export_instruction(m_last_pos_export);
367 if (!m_last_pos_export) {
369 m_last_pos_export
[all...]
H A Dsfn_shader_vertex.h50 ExportInstruction *m_last_pos_export; member in class:r600::VertexShaderFromNir
H A Dsfn_vertexstageexport.h80 ExportInstruction *m_last_pos_export; member in class:r600::VertexStageExportForFS
H A Dsfn_shader_vertex.cpp49 m_last_pos_export(nullptr),

Completed in 4 milliseconds