Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp27 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()
243m_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()
246m_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 …]
Dsfn_shader_vertex.h51 ExportInstruction *m_last_pos_export; variable
Dsfn_vertexstageexport.h51 ExportInstruction *m_last_pos_export; variable
Dsfn_shader_vertex.cpp49 m_last_pos_export(nullptr), in VertexShaderFromNir()