Searched refs:m_last_pos_export (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_vertexstageexport.cpp | 27 m_last_pos_export(nullptr), in VertexStageExportForFS() 184 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos() 185 m_proc.emit_export_instruction(m_last_pos_export); in emit_varying_pos() 186 m_proc.add_param_output_reg(out_var->data.driver_location, m_last_pos_export->gpr_ptr()); in emit_varying_pos() 243 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices() 244 m_proc.emit_export_instruction(m_last_pos_export); in emit_clip_vertices() 246 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices() 247 m_proc.emit_export_instruction(m_last_pos_export); in emit_clip_vertices() 283 if (!m_last_pos_export) { in finalize_exports() 285 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports() [all …]
|
D | sfn_shader_vertex.h | 51 ExportInstruction *m_last_pos_export; variable
|
D | sfn_vertexstageexport.h | 51 ExportInstruction *m_last_pos_export; variable
|
D | sfn_shader_vertex.cpp | 49 m_last_pos_export(nullptr), in VertexShaderFromNir()
|