Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp184 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
243 …last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_pos); 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()
285 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
Dsfn_instruction_export.h53 et_pos, enumerator
Dsfn_instruction_export.cpp87 case et_pos: os << "POS "; break; in do_print()
Dsfn_ir_to_assembly.cpp481 case ExportInstruction::et_pos: in emit_export()