Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp211 …m_last_param_export = new ExportInstruction(param_loc->second, value, ExportInstruction::et_param); in emit_varying_param()
257 m_last_param_export = new ExportInstruction(m_cur_param, primid, ExportInstruction::et_param); in finalize_exports()
278 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
Dsfn_instruction_export.h54 et_param enumerator
Dsfn_instruction_export.cpp88 case et_param: os << "PARAM "; break; in do_print()
Dsfn_ir_to_assembly.cpp483 case ExportInstruction::et_param: in emit_export()